Html Css Color HEX #397514 Bilbao

📋 copy color: '#397514'

red 57 ◦ green 117 ◦ blue 20

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

Shades of Bilbao #397514

Tints of Bilbao #397514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 29.38%
G = 60.31%
B = 10.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#397514 (or 0x397514) is known color: Bilbao. HEX triplet: 39, 75 and 14. RGB value is (57,117,20). Sum of RGB (Red+Green+Blue) = 57+117+20=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #397514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397514 is #C68AEB. Grayscale: #585858. Windows color (decimal): -13011692 or 1340729. OLE color: 1340729.

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

Color convert

RGB 57 117 20 -
CMYK 0.51 0 0.83 0.54
HSL 97.11º 0.71% 0.27% -
HSV(B) 97.11º 0.83% 0.46% -
XYZ 8.17 13.64 2.86 -
YUV 88 89.62 105.89 -
System Red Green Blue C M Y K H S L
Decimal 57 117 20 0.51 0 0.83 0.54 97.11 0.71 0.27
Hex 39 75 14 33 0 53 36 61 47 1B
Octal 71 165 24 63 0 123 66 141 107 33
Binary 111001 1110101 10100 110011 0 1010011 110110 1100001 1000111 11011

Color Harmonies of #397514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397514

Black with #397514

Text Example


Text Example

White with #397514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397514; }

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

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

background-color css

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

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

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

border-color css

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

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

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