Html Css Color HEX #397315 Bilbao

📋 copy color: '#397315'

red 57 ◦ green 115 ◦ blue 21

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

Shades of Bilbao #397315

Tints of Bilbao #397315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.88%

R = 29.53%
G = 59.59%
B = 10.88%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#397315 (or 0x397315) is known color: Bilbao. HEX triplet: 39, 73 and 15. RGB value is (57,115,21). Sum of RGB (Red+Green+Blue) = 57+115+21=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 115 (45.31% from 255 or 59.59% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 115 - color contains mainly: green. Hex color #397315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397315 is #C68CEA. Grayscale: #575757. Windows color (decimal): -13012203 or 1405753. OLE color: 1405753.

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

Color convert

RGB 57 115 21 -
CMYK 0.50 0 0.82 0.55
HSL 97.02º 0.69% 0.27% -
HSV(B) 97.02º 0.82% 0.45% -
XYZ 7.95 13.19 2.84 -
YUV 86.94 90.78 106.64 -
System Red Green Blue C M Y K H S L
Decimal 57 115 21 0.50 0 0.82 0.55 97.02 0.69 0.27
Hex 39 73 15 32 0 52 37 61 45 1B
Octal 71 163 25 62 0 122 67 141 105 33
Binary 111001 1110011 10101 110010 0 1010010 110111 1100001 1000101 11011

Color Harmonies of #397315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397315

Black with #397315

Text Example


Text Example

White with #397315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397315; }

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

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

background-color css

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

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

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

border-color css

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

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

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