Html Css Color HEX #397C2C Bilbao

📋 copy color: '#397C2C'

red 57 ◦ green 124 ◦ blue 44

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

Shades of Bilbao #397C2C

Tints of Bilbao #397C2C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 55.11%

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

R = 25.33%
G = 55.11%
B = 19.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#397C2C (or 0x397C2C) is known color: Bilbao. HEX triplet: 39, 7C and 2C. RGB value is (57,124,44). Sum of RGB (Red+Green+Blue) = 57+124+44=225 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.33% from 225); Green value is 124 (48.83% from 255 or 55.11% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 124 - color contains mainly: green. Hex color #397C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C2C is #C683D3. Grayscale: #5F5F5F. Windows color (decimal): -13009876 or 2915385. OLE color: 2915385.

HSL color Cylindrical-coordinate representation of color #397C2C: hue angle of 110.25º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #397C2C is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 124 44 -
CMYK 0.54 0 0.65 0.51
HSL 110.25º 0.48% 0.33% -
HSV(B) 110.25º 0.65% 0.49% -
XYZ 9.35 15.47 4.88 -
YUV 94.85 99.3 101 -
System Red Green Blue C M Y K H S L
Decimal 57 124 44 0.54 0 0.65 0.51 110.25 0.48 0.33
Hex 39 7C 2C 36 0 41 33 6E 30 21
Octal 71 174 54 66 0 101 63 156 60 41
Binary 111001 1111100 101100 110110 0 1000001 110011 1101110 110000 100001

Color Harmonies of #397C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C2C

Black with #397C2C

Text Example


Text Example

White with #397C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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