Html Css Color HEX #397428 Bilbao

📋 copy color: '#397428'

red 57 ◦ green 116 ◦ blue 40

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

Shades of Bilbao #397428

Tints of Bilbao #397428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.46%

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

R = 26.76%
G = 54.46%
B = 18.78%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#397428 (or 0x397428) is known color: Bilbao. HEX triplet: 39, 74 and 28. RGB value is (57,116,40). Sum of RGB (Red+Green+Blue) = 57+116+40=213 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.76% from 213); Green value is 116 (45.70% from 255 or 54.46% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 116 - color contains mainly: green. Hex color #397428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397428 is #C68BD7. Grayscale: #595959. Windows color (decimal): -13011928 or 2651193. OLE color: 2651193.

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

Color convert

RGB 57 116 40 -
CMYK 0.51 0 0.66 0.55
HSL 106.58º 0.49% 0.31% -
HSV(B) 106.58º 0.66% 0.45% -
XYZ 8.32 13.51 4.18 -
YUV 89.7 99.95 104.68 -
System Red Green Blue C M Y K H S L
Decimal 57 116 40 0.51 0 0.66 0.55 106.58 0.49 0.31
Hex 39 74 28 33 0 42 37 6B 31 1F
Octal 71 164 50 63 0 102 67 153 61 37
Binary 111001 1110100 101000 110011 0 1000010 110111 1101011 110001 11111

Color Harmonies of #397428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397428

Black with #397428

Text Example


Text Example

White with #397428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397428; }

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

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

background-color css

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

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

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

border-color css

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

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

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