Html Css Color HEX #397529 Bilbao

📋 copy color: '#397529'

red 57 ◦ green 117 ◦ blue 41

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

Shades of Bilbao #397529

Tints of Bilbao #397529

RGB

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

 GREEN value IS 117 (46.09% from 255) = 54.42%

 BLUE value IS 41 (16.41% from 255) = 19.07%

R = 26.51%
G = 54.42%
B = 19.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#397529 (or 0x397529) is known color: Bilbao. HEX triplet: 39, 75 and 29. RGB value is (57,117,41). Sum of RGB (Red+Green+Blue) = 57+117+41=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 117 (46.09% from 255 or 54.42% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 117 - color contains mainly: green. Hex color #397529 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397529 is #C68AD6. Grayscale: #5A5A5A. Windows color (decimal): -13011671 or 2716985. OLE color: 2716985.

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

Color convert

RGB 57 117 41 -
CMYK 0.51 0 0.65 0.54
HSL 107.37º 0.48% 0.31% -
HSV(B) 107.37º 0.65% 0.46% -
XYZ 8.45 13.75 4.31 -
YUV 90.4 100.12 104.18 -
System Red Green Blue C M Y K H S L
Decimal 57 117 41 0.51 0 0.65 0.54 107.37 0.48 0.31
Hex 39 75 29 33 0 41 36 6B 30 1F
Octal 71 165 51 63 0 101 66 153 60 37
Binary 111001 1110101 101001 110011 0 1000001 110110 1101011 110000 11111

Color Harmonies of #397529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397529

Black with #397529

Text Example


Text Example

White with #397529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397529; }

 p { color: rgb(57,117,41); }

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

background-color css

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

 a { background-color: rgb(57,117,41); }

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

border-color css

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

 span { border-color: rgb(57,117,41); }

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