#3A6F17

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

Shades of Bilbao #3A6F17

Tints of Bilbao #3A6F17

Color information

#3A6F17 (or 0x3A6F17) is unknown color: approx Bilbao. HEX triplet: 3A, 6F and 17. RGB value is (58,111,23). Sum of RGB (Red+Green+Blue) = 58+111+23=192 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.21% from 192); Green value is 111 (43.75% from 255 or 57.81% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6F17 is #C590E8. Grayscale: #555555. Windows color (decimal): -12947689 or 1535802. OLE color: 1535802.

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

Color convert

RGB5811123-
CMYK0.4800.790.56
HSL96.14º65.67%26.27%-
HSV(B)96.14º79.28%43.53%-
XYZ7.5812.332.79-
YUV85.1292.94108.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.21%
GREEN value IS 111 (43.75% from 255) = 57.81%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=30.21%
G=57.81%
B=11.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58111230.4800.790.5696.1465.6726.27
Hex3A6F173004F3860421a
Octal72157276001177014010232
Binary111010110111110111110000010011111110001100000100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,111,23); }

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

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

 a { background-color: rgb(58,111,23); }

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

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

 span { border-color: rgb(58,111,23); }

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