Html Css Color HEX #397410 Bilbao

📋 copy color: '#397410'

red 57 ◦ green 116 ◦ blue 16

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

Shades of Bilbao #397410

Tints of Bilbao #397410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.38%

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 30.16%
G = 61.38%
B = 8.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#397410 (or 0x397410) is known color: Bilbao. HEX triplet: 39, 74 and 10. RGB value is (57,116,16). Sum of RGB (Red+Green+Blue) = 57+116+16=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #397410 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397410 is #C68BEF. Grayscale: #575757. Windows color (decimal): -13011952 or 1078329. OLE color: 1078329.

HSL color Cylindrical-coordinate representation of color #397410: hue angle of 95.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #397410 is Cyan = 0.51, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 116 16 -
CMYK 0.51 0 0.86 0.55
HSL 95.4º 0.76% 0.26% -
HSV(B) 95.4º 0.86% 0.45% -
XYZ 8.03 13.4 2.65 -
YUV 86.96 87.95 106.63 -
System Red Green Blue C M Y K H S L
Decimal 57 116 16 0.51 0 0.86 0.55 95.4 0.76 0.26
Hex 39 74 10 33 0 56 37 5F 4C 1A
Octal 71 164 20 63 0 126 67 137 114 32
Binary 111001 1110100 10000 110011 0 1010110 110111 1011111 1001100 11010

Color Harmonies of #397410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397410

Black with #397410

Text Example


Text Example

White with #397410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397410; }

 p { color: rgb(57,116,16); }

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

background-color css

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

 a { background-color: rgb(57,116,16); }

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

border-color css

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

 span { border-color: rgb(57,116,16); }

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