Html Css Color HEX #396E25 Bilbao

📋 copy color: '#396E25'

red 57 ◦ green 110 ◦ blue 37

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

Shades of Bilbao #396E25

Tints of Bilbao #396E25

RGB

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

 GREEN value IS 110 (43.36% from 255) = 53.92%

 BLUE value IS 37 (14.84% from 255) = 18.14%

R = 27.94%
G = 53.92%
B = 18.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#396E25 (or 0x396E25) is known color: Bilbao. HEX triplet: 39, 6E and 25. RGB value is (57,110,37). Sum of RGB (Red+Green+Blue) = 57+110+37=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #396E25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396E25 is #C691DA. Grayscale: #565656. Windows color (decimal): -13013467 or 2453049. OLE color: 2453049.

HSL color Cylindrical-coordinate representation of color #396E25: hue angle of 103.56º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #396E25 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 57 110 37 -
CMYK 0.48 0 0.66 0.57
HSL 103.56º 0.5% 0.29% -
HSV(B) 103.56º 0.66% 0.43% -
XYZ 7.6 12.16 3.7 -
YUV 85.83 100.44 107.44 -
System Red Green Blue C M Y K H S L
Decimal 57 110 37 0.48 0 0.66 0.57 103.56 0.5 0.29
Hex 39 6E 25 30 0 42 39 68 32 1D
Octal 71 156 45 60 0 102 71 150 62 35
Binary 111001 1101110 100101 110000 0 1000010 111001 1101000 110010 11101

Color Harmonies of #396E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396E25

Black with #396E25

Text Example


Text Example

White with #396E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,110,37); }

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

background-color css

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

 a { background-color: rgb(57,110,37); }

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

border-color css

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

 span { border-color: rgb(57,110,37); }

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