Html Css Color HEX #397628 Bilbao

📋 copy color: '#397628'

red 57 ◦ green 118 ◦ blue 40

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

Shades of Bilbao #397628

Tints of Bilbao #397628

RGB

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

 GREEN value IS 118 (46.48% from 255) = 54.88%

 BLUE value IS 40 (16.02% from 255) = 18.6%

R = 26.51%
G = 54.88%
B = 18.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#397628 (or 0x397628) is known color: Bilbao. HEX triplet: 39, 76 and 28. RGB value is (57,118,40). Sum of RGB (Red+Green+Blue) = 57+118+40=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 118 (46.48% from 255 or 54.88% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 118 - color contains mainly: green. Hex color #397628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397628 is #C689D7. Grayscale: #5B5B5B. Windows color (decimal): -13011416 or 2651705. OLE color: 2651705.

HSL color Cylindrical-coordinate representation of color #397628: hue angle of 106.92º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #397628 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 118 40 -
CMYK 0.52 0 0.66 0.54
HSL 106.92º 0.49% 0.31% -
HSV(B) 106.92º 0.66% 0.46% -
XYZ 8.55 13.98 4.26 -
YUV 90.87 99.29 103.84 -
System Red Green Blue C M Y K H S L
Decimal 57 118 40 0.52 0 0.66 0.54 106.92 0.49 0.31
Hex 39 76 28 34 0 42 36 6B 31 1F
Octal 71 166 50 64 0 102 66 153 61 37
Binary 111001 1110110 101000 110100 0 1000010 110110 1101011 110001 11111

Color Harmonies of #397628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397628

Black with #397628

Text Example


Text Example

White with #397628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397628; }

 p { color: rgb(57,118,40); }

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

background-color css

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

 a { background-color: rgb(57,118,40); }

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

border-color css

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

 span { border-color: rgb(57,118,40); }

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