Html Css Color HEX #397028 Bilbao

📋 copy color: '#397028'

red 57 ◦ green 112 ◦ blue 40

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

Shades of Bilbao #397028

Tints of Bilbao #397028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 53.59%

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

R = 27.27%
G = 53.59%
B = 19.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#397028 (or 0x397028) is known color: Bilbao. HEX triplet: 39, 70 and 28. RGB value is (57,112,40). Sum of RGB (Red+Green+Blue) = 57+112+40=209 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.27% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #397028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397028 is #C68FD7. Grayscale: #575757. Windows color (decimal): -13012952 or 2650169. OLE color: 2650169.

HSL color Cylindrical-coordinate representation of color #397028: hue angle of 105.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #397028 is Cyan = 0.49, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 40 -
CMYK 0.49 0 0.64 0.56
HSL 105.83º 0.47% 0.3% -
HSV(B) 105.83º 0.64% 0.44% -
XYZ 7.86 12.61 4.03 -
YUV 87.35 101.28 106.35 -
System Red Green Blue C M Y K H S L
Decimal 57 112 40 0.49 0 0.64 0.56 105.83 0.47 0.3
Hex 39 70 28 31 0 40 38 6A 2F 1E
Octal 71 160 50 61 0 100 70 152 57 36
Binary 111001 1110000 101000 110001 0 1000000 111000 1101010 101111 11110

Color Harmonies of #397028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397028

Black with #397028

Text Example


Text Example

White with #397028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397028; }

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

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

background-color css

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

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

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

border-color css

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

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

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