Html Css Color HEX #397223 Bilbao

📋 copy color: '#397223'

red 57 ◦ green 114 ◦ blue 35

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

Shades of Bilbao #397223

Tints of Bilbao #397223

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.34%

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

R = 27.67%
G = 55.34%
B = 16.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.55

RGB Variations

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

Color information

#397223 (or 0x397223) is known color: Bilbao. HEX triplet: 39, 72 and 23. RGB value is (57,114,35). Sum of RGB (Red+Green+Blue) = 57+114+35=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 114 (44.92% from 255 or 55.34% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 114 - color contains mainly: green. Hex color #397223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397223 is #C68DDC. Grayscale: #585858. Windows color (decimal): -13012445 or 2323001. OLE color: 2323001.

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

Color convert

RGB 57 114 35 -
CMYK 0.50 0 0.69 0.55
HSL 103.29º 0.53% 0.29% -
HSV(B) 103.29º 0.69% 0.45% -
XYZ 8.01 13.03 3.68 -
YUV 87.95 98.12 105.92 -
System Red Green Blue C M Y K H S L
Decimal 57 114 35 0.50 0 0.69 0.55 103.29 0.53 0.29
Hex 39 72 23 32 0 45 37 67 35 1D
Octal 71 162 43 62 0 105 67 147 65 35
Binary 111001 1110010 100011 110010 0 1000101 110111 1100111 110101 11101

Color Harmonies of #397223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397223

Black with #397223

Text Example


Text Example

White with #397223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397223; }

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

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

background-color css

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

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

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

border-color css

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

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

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