Html Css Color HEX #396A17 Bilbao

📋 copy color: '#396A17'

red 57 ◦ green 106 ◦ blue 23

#396A17
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #396A17

Tints of Bilbao #396A17

RGB

 RED value IS 57 (22.66% from 255) = 30.65%

 GREEN value IS 106 (41.8% from 255) = 56.99%

 BLUE value IS 23 (9.38% from 255) = 12.37%

R = 30.65%
G = 56.99%
B = 12.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#396A17 (or 0x396A17) is known color: Bilbao. HEX triplet: 39, 6A and 17. RGB value is (57,106,23). Sum of RGB (Red+Green+Blue) = 57+106+23=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 106 (41.80% from 255 or 56.99% from 186); Blue value is 23 (9.38% from 255 or 12.37% from 186); Max value from RGB is 106 - color contains mainly: green. Hex color #396A17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396A17 is #C695E8. Grayscale: #525252. Windows color (decimal): -13014505 or 1534521. OLE color: 1534521.

HSL color Cylindrical-coordinate representation of color #396A17: hue angle of 95.42º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #396A17 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB 57 106 23 -
CMYK 0.46 0 0.78 0.58
HSL 95.42º 0.64% 0.25% -
HSV(B) 95.42º 0.78% 0.42% -
XYZ 7 11.24 2.61 -
YUV 81.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 57 106 23 0.46 0 0.78 0.58 95.42 0.64 0.25
Hex 39 6A 17 2E 0 4E 3A 5F 40 19
Octal 71 152 27 56 0 116 72 137 100 31
Binary 111001 1101010 10111 101110 0 1001110 111010 1011111 1000000 11001

Color Harmonies of #396A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396A17

Black with #396A17

Text Example


Text Example

White with #396A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396A17; }

 p { color: rgb(57,106,23); }

 H1.HeaderClassName
 {
   color: #396A17;
 }
 .AnyTagClassName
 {
   color: #396A17;
 }
</style>

background-color css

<style>
 a { background-color: #396A17; }

 a { background-color: rgb(57,106,23); }

 div.DivClassName
 {
   background-color: #396A17;
 }
 .BgClassName
 {
   background-color: #396A17;
 }
</style>

border-color css

<style>
 span { border-color: #396A17; }

 span { border-color: rgb(57,106,23); }

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