Html Css Color HEX #397323 Bilbao

📋 copy color: '#397323'

red 57 ◦ green 115 ◦ blue 35

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

Shades of Bilbao #397323

Tints of Bilbao #397323

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.56%

 BLUE value IS 35 (14.06% from 255) = 16.91%

R = 27.54%
G = 55.56%
B = 16.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#397323 (or 0x397323) is known color: Bilbao. HEX triplet: 39, 73 and 23. RGB value is (57,115,35). Sum of RGB (Red+Green+Blue) = 57+115+35=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 115 (45.31% from 255 or 55.56% from 207); Blue value is 35 (14.06% from 255 or 16.91% from 207); Max value from RGB is 115 - color contains mainly: green. Hex color #397323 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397323 is #C68CDC. Grayscale: #585858. Windows color (decimal): -13012189 or 2323257. OLE color: 2323257.

HSL color Cylindrical-coordinate representation of color #397323: hue angle of 103.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #397323 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 115 35 -
CMYK 0.50 0 0.70 0.55
HSL 103.5º 0.53% 0.29% -
HSV(B) 103.5º 0.7% 0.45% -
XYZ 8.12 13.25 3.72 -
YUV 88.54 97.78 105.5 -
System Red Green Blue C M Y K H S L
Decimal 57 115 35 0.50 0 0.70 0.55 103.5 0.53 0.29
Hex 39 73 23 32 0 46 37 68 35 1D
Octal 71 163 43 62 0 106 67 150 65 35
Binary 111001 1110011 100011 110010 0 1000110 110111 1101000 110101 11101

Color Harmonies of #397323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397323

Black with #397323

Text Example


Text Example

White with #397323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397323; }

 p { color: rgb(57,115,35); }

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

background-color css

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

 a { background-color: rgb(57,115,35); }

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

border-color css

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

 span { border-color: rgb(57,115,35); }

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