#397702

Color #397702 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #397702

Tints of Bilbao #397702

Color information

#397702 (or 0x397702) is unknown color: approx Bilbao. HEX triplet: 39, 77 and 02. RGB value is (57,119,2). Sum of RGB (Red+Green+Blue) = 57+119+2=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 119 (46.88% from 255 or 66.85% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 119 - color contains mainly: green. Hex color #397702 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397702 is #C688FD. Grayscale: #575757. Windows color (decimal): -13011198 or 161593. OLE color: 161593.

HSL color Cylindrical-coordinate representation of color #397702: hue angle of 91.79º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #397702 is Cyan = 0.52, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB571192-
CMYK0.5200.980.53
HSL91.79º96.69%23.73%-
HSV(B)91.79º98.32%46.67%-
XYZ8.314.072.34-
YUV87.1279.96106.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 119 (46.88% from 255) = 66.85%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=32.02%
G=66.85%
B=1.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5711920.5200.980.5391.7996.6923.73
Hex3977234062355c6118
Octal7116726401426513414130
Binary111001111011110110100011000101101011011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397702; }

 p { color: rgb(57,119,2); }

 H1.HeaderClassName
 {
   color: #397702;
 }
 .AnyTagClassName
 {
   color: #397702;
 }
</style>
background-color css

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

 a { background-color: rgb(57,119,2); }

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

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

 span { border-color: rgb(57,119,2); }

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