Html Css Color HEX #397026 Bilbao

📋 copy color: '#397026'

red 57 ◦ green 112 ◦ blue 38

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

Shades of Bilbao #397026

Tints of Bilbao #397026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.36%

R = 27.54%
G = 54.11%
B = 18.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#397026 (or 0x397026) is known color: Bilbao. HEX triplet: 39, 70 and 26. RGB value is (57,112,38). Sum of RGB (Red+Green+Blue) = 57+112+38=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 38 (15.23% from 255 or 18.36% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #397026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397026 is #C68FD9. Grayscale: #575757. Windows color (decimal): -13012954 or 2519097. OLE color: 2519097.

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

Color convert

RGB 57 112 38 -
CMYK 0.49 0 0.66 0.56
HSL 104.59º 0.49% 0.29% -
HSV(B) 104.59º 0.66% 0.44% -
XYZ 7.83 12.6 3.85 -
YUV 87.12 100.28 106.52 -
System Red Green Blue C M Y K H S L
Decimal 57 112 38 0.49 0 0.66 0.56 104.59 0.49 0.29
Hex 39 70 26 31 0 42 38 69 31 1D
Octal 71 160 46 61 0 102 70 151 61 35
Binary 111001 1110000 100110 110001 0 1000010 111000 1101001 110001 11101

Color Harmonies of #397026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397026

Black with #397026

Text Example


Text Example

White with #397026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397026; }

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

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

background-color css

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

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

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

border-color css

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

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

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