Html Css Color HEX #397E20 Bilbao

📋 copy color: '#397E20'

red 57 ◦ green 126 ◦ blue 32

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

Shades of Bilbao #397E20

Tints of Bilbao #397E20

RGB

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

 GREEN value IS 126 (49.61% from 255) = 58.6%

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 26.51%
G = 58.6%
B = 14.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#397E20 (or 0x397E20) is known color: Bilbao. HEX triplet: 39, 7E and 20. RGB value is (57,126,32). Sum of RGB (Red+Green+Blue) = 57+126+32=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 126 (49.61% from 255 or 58.60% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 126 - color contains mainly: green. Hex color #397E20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397E20 is #C681DF. Grayscale: #5E5E5E. Windows color (decimal): -13009376 or 2129465. OLE color: 2129465.

HSL color Cylindrical-coordinate representation of color #397E20: hue angle of 104.04º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #397E20 is Cyan = 0.55, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 126 32 -
CMYK 0.55 0 0.75 0.51
HSL 104.04º 0.59% 0.31% -
HSV(B) 104.04º 0.75% 0.49% -
XYZ 9.41 15.9 3.94 -
YUV 94.65 92.64 101.14 -
System Red Green Blue C M Y K H S L
Decimal 57 126 32 0.55 0 0.75 0.51 104.04 0.59 0.31
Hex 39 7E 20 37 0 4B 33 68 3B 1F
Octal 71 176 40 67 0 113 63 150 73 37
Binary 111001 1111110 100000 110111 0 1001011 110011 1101000 111011 11111

Color Harmonies of #397E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E20

Black with #397E20

Text Example


Text Example

White with #397E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397E20; }

 p { color: rgb(57,126,32); }

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

background-color css

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

 a { background-color: rgb(57,126,32); }

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

border-color css

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

 span { border-color: rgb(57,126,32); }

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