#397602

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

Shades of Bilbao #397602

Tints of Bilbao #397602

Color information

#397602 (or 0x397602) is unknown color: approx Bilbao. HEX triplet: 39, 76 and 02. RGB value is (57,118,2). Sum of RGB (Red+Green+Blue) = 57+118+2=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #397602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397602 is #C689FD. Grayscale: #565656. Windows color (decimal): -13011454 or 161337. OLE color: 161337.

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

Color convert

RGB571182-
CMYK0.5200.980.54
HSL91.55º96.67%23.53%-
HSV(B)91.55º98.31%46.27%-
XYZ8.1813.832.3-
YUV86.5480.29106.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.20%
GREEN value IS 118 (46.48% from 255) = 66.67%
BLUE value IS 2 (1.17% from 255) = 1.13%
R=32.20%
G=66.67%
B=1.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5711820.5200.980.5491.5596.6723.53
Hex3976234062365c6118
Octal7116626401426613414130
Binary111001111011010110100011000101101101011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397602; }

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

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

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

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

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

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

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

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