#39820E

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

Shades of Bilbao #39820E

Tints of Bilbao #39820E

Color information

#39820E (or 0x39820E) is unknown color: approx Bilbao. HEX triplet: 39, 82 and 0E. RGB value is (57,130,14). Sum of RGB (Red+Green+Blue) = 57+130+14=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 130 (51.17% from 255 or 64.68% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 130 - color contains mainly: green. Hex color #39820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39820E is #C67DF1. Grayscale: #5F5F5F. Windows color (decimal): -13008370 or 950841. OLE color: 950841.

HSL color Cylindrical-coordinate representation of color #39820E: hue angle of 97.76º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39820E is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB5713014-
CMYK0.5600.890.49
HSL97.76º80.56%28.24%-
HSV(B)97.76º89.23%50.98%-
XYZ9.7516.873.16-
YUV94.9582.32100.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 130 (51.17% from 255) = 64.68%
BLUE value IS 14 (5.86% from 255) = 6.97%
R=28.36%
G=64.68%
B=6.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130140.5600.890.4997.7680.5628.24
Hex3982E380593162511c
Octal71202167001316114212134
Binary111001100000101110111000010110011100011100010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39820E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39820E; }

 p { color: rgb(57,130,14); }

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

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

 a { background-color: rgb(57,130,14); }

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

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

 span { border-color: rgb(57,130,14); }

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