#397502

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

Shades of Bilbao #397502

Tints of Bilbao #397502

Color information

#397502 (or 0x397502) is unknown color: approx Bilbao. HEX triplet: 39, 75 and 02. RGB value is (57,117,2). Sum of RGB (Red+Green+Blue) = 57+117+2=176 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.39% from 176); Green value is 117 (46.09% from 255 or 66.48% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 117 - color contains mainly: green. Hex color #397502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397502 is #C68AFD. Grayscale: #565656. Windows color (decimal): -13011710 or 161081. OLE color: 161081.

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

Color convert

RGB571172-
CMYK0.5100.980.54
HSL91.3º96.64%23.33%-
HSV(B)91.3º98.29%45.88%-
XYZ8.0613.62.26-
YUV85.9580.62107.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.39%
GREEN value IS 117 (46.09% from 255) = 66.48%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=32.39%
G=66.48%
B=1.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5711720.5100.980.5491.396.6423.33
Hex3975233062365b6117
Octal7116526301426613314127
Binary111001111010110110011011000101101101011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397502; }

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

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

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

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

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

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

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

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