#397704

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

Shades of Bilbao #397704

Tints of Bilbao #397704

Color information

#397704 (or 0x397704) is unknown color: approx Bilbao. HEX triplet: 39, 77 and 04. RGB value is (57,119,4). Sum of RGB (Red+Green+Blue) = 57+119+4=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 119 (46.88% from 255 or 66.11% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 119 - color contains mainly: green. Hex color #397704 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397704 is #C688FB. Grayscale: #575757. Windows color (decimal): -13011196 or 292665. OLE color: 292665.

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

Color convert

RGB571194-
CMYK0.5200.970.53
HSL92.35º93.5%24.12%-
HSV(B)92.35º96.64%46.67%-
XYZ8.3114.072.39-
YUV87.3580.96106.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 119 (46.88% from 255) = 66.11%
BLUE value IS 4 (1.95% from 255) = 2.22%
R=31.67%
G=66.11%
B=2.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5711940.5200.970.5392.3593.524.12
Hex3977434061355c5d18
Octal7116746401416513413530
Binary1110011110111100110100011000011101011011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397704; }

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

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

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

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

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

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

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

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