#39760D

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

Shades of Bilbao #39760D

Tints of Bilbao #39760D

Color information

#39760D (or 0x39760D) is unknown color: approx Bilbao. HEX triplet: 39, 76 and 0D. RGB value is (57,118,13). Sum of RGB (Red+Green+Blue) = 57+118+13=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 118 (46.48% from 255 or 62.77% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 118 - color contains mainly: green. Hex color #39760D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39760D is #C689F2. Grayscale: #585858. Windows color (decimal): -13011443 or 882233. OLE color: 882233.

HSL color Cylindrical-coordinate representation of color #39760D: hue angle of 94.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39760D is Cyan = 0.52, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB5711813-
CMYK0.5200.890.54
HSL94.86º80.15%25.69%-
HSV(B)94.86º88.98%46.27%-
XYZ8.2413.862.62-
YUV87.7985.79106.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.32%
GREEN value IS 118 (46.48% from 255) = 62.77%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=30.32%
G=62.77%
B=6.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57118130.5200.890.5494.8680.1525.69
Hex3976D34059365f501a
Octal71166156401316613712032
Binary11100111101101101110100010110011101101011111101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39760D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39760D; }

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

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

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

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

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

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

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

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