#39820B

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

Shades of Bilbao #39820B

Tints of Bilbao #39820B

Color information

#39820B (or 0x39820B) is unknown color: approx Bilbao. HEX triplet: 39, 82 and 0B. RGB value is (57,130,11). Sum of RGB (Red+Green+Blue) = 57+130+11=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #39820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39820B is #C67DF4. Grayscale: #5F5F5F. Windows color (decimal): -13008373 or 754233. OLE color: 754233.

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

Color convert

RGB5713011-
CMYK0.5600.920.49
HSL96.81º84.4%27.65%-
HSV(B)96.81º91.54%50.98%-
XYZ9.7316.863.06-
YUV94.6180.82101.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 130 (51.17% from 255) = 65.66%
BLUE value IS 11 (4.69% from 255) = 5.56%
R=28.79%
G=65.66%
B=5.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130110.5600.920.4996.8184.427.65
Hex3982B3805C3161541c
Octal71202137001346114112434
Binary111001100000101011111000010111001100011100001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39820B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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