Html Css Color HEX #397815 Bilbao

📋 copy color: '#397815'

red 57 ◦ green 120 ◦ blue 21

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

Shades of Bilbao #397815

Tints of Bilbao #397815

RGB

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

 GREEN value IS 120 (47.27% from 255) = 60.61%

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

R = 28.79%
G = 60.61%
B = 10.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#397815 (or 0x397815) is known color: Bilbao. HEX triplet: 39, 78 and 15. RGB value is (57,120,21). Sum of RGB (Red+Green+Blue) = 57+120+21=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 120 (47.27% from 255 or 60.61% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 120 - color contains mainly: green. Hex color #397815 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397815 is #C687EA. Grayscale: #5A5A5A. Windows color (decimal): -13010923 or 1407033. OLE color: 1407033.

HSL color Cylindrical-coordinate representation of color #397815: hue angle of 98.18º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #397815 is Cyan = 0.52, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 120 21 -
CMYK 0.52 0 0.83 0.53
HSL 98.18º 0.7% 0.28% -
HSV(B) 98.18º 0.83% 0.47% -
XYZ 8.54 14.36 3.03 -
YUV 89.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 57 120 21 0.52 0 0.83 0.53 98.18 0.7 0.28
Hex 39 78 15 34 0 53 35 62 46 1C
Octal 71 170 25 64 0 123 65 142 106 34
Binary 111001 1111000 10101 110100 0 1010011 110101 1100010 1000110 11100

Color Harmonies of #397815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397815

Black with #397815

Text Example


Text Example

White with #397815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397815; }

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

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

background-color css

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

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

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

border-color css

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

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

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