Html Css Color HEX #397F2C Bilbao

📋 copy color: '#397F2C'

red 57 ◦ green 127 ◦ blue 44

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

Shades of Bilbao #397F2C

Tints of Bilbao #397F2C

RGB

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

 GREEN value IS 127 (50% from 255) = 55.7%

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 25%
G = 55.7%
B = 19.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#397F2C (or 0x397F2C) is known color: Bilbao. HEX triplet: 39, 7F and 2C. RGB value is (57,127,44). Sum of RGB (Red+Green+Blue) = 57+127+44=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 127 (50% from 255 or 55.70% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 127 - color contains mainly: green. Hex color #397F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397F2C is #C680D3. Grayscale: #606060. Windows color (decimal): -13009108 or 2916153. OLE color: 2916153.

HSL color Cylindrical-coordinate representation of color #397F2C: hue angle of 110.6º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #397F2C is Cyan = 0.55, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 44 -
CMYK 0.55 0 0.65 0.50
HSL 110.6º 0.49% 0.34% -
HSV(B) 110.6º 0.65% 0.5% -
XYZ 9.73 16.23 5 -
YUV 96.61 98.31 99.75 -
System Red Green Blue C M Y K H S L
Decimal 57 127 44 0.55 0 0.65 0.50 110.6 0.49 0.34
Hex 39 7F 2C 37 0 41 32 6F 31 22
Octal 71 177 54 67 0 101 62 157 61 42
Binary 111001 1111111 101100 110111 0 1000001 110010 1101111 110001 100010

Color Harmonies of #397F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F2C

Black with #397F2C

Text Example


Text Example

White with #397F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,127,44); }

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

background-color css

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

 a { background-color: rgb(57,127,44); }

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

border-color css

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

 span { border-color: rgb(57,127,44); }

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