#3A7115

Color #3A7115 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3A7115

Tints of Bilbao #3A7115

Color information

#3A7115 (or 0x3A7115) is unknown color: approx Bilbao. HEX triplet: 3A, 71 and 15. RGB value is (58,113,21). Sum of RGB (Red+Green+Blue) = 58+113+21=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #3A7115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7115 is #C58EEA. Grayscale: #565656. Windows color (decimal): -12947179 or 1405242. OLE color: 1405242.

HSL color Cylindrical-coordinate representation of color #3A7115: hue angle of 95.87º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3A7115 is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB5811321-
CMYK0.4900.810.56
HSL95.87º68.66%26.27%-
HSV(B)95.87º81.42%44.31%-
XYZ7.7912.762.76-
YUV86.0791.28107.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 113 (44.53% from 255) = 58.85%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=30.21%
G=58.85%
B=10.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58113210.4900.810.5695.8768.6626.27
Hex3A7115310513860451a
Octal72161256101217014010532
Binary111010111000110101110001010100011110001100000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A7115; }

 p { color: rgb(58,113,21); }

 H1.HeaderClassName
 {
   color: #3A7115;
 }
 .AnyTagClassName
 {
   color: #3A7115;
 }
</style>
background-color css

<style>
 a { background-color: #3A7115; }

 a { background-color: rgb(58,113,21); }

 div.DivClassName
 {
   background-color: #3A7115;
 }
 .BgClassName
 {
   background-color: #3A7115;
 }
</style>
border-color css

<style>
 span { border-color: #3A7115; }

 span { border-color: rgb(58,113,21); }

 td.TdClassName
 {
   border-color: #3A7115;
 }
 .TagClassName
 {
   border-color: #3A7115;
 }
</style>