#40830C

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

Shades of Bilbao #40830C

Tints of Bilbao #40830C

Color information

#40830C (or 0x40830C) is unknown color: approx Bilbao. HEX triplet: 40, 83 and 0C. RGB value is (64,131,12). Sum of RGB (Red+Green+Blue) = 64+131+12=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 131 (51.56% from 255 or 63.29% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 131 - color contains mainly: green. Hex color #40830C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40830C is #BF7CF3. Grayscale: #616161. Windows color (decimal): -12549364 or 820032. OLE color: 820032.

HSL color Cylindrical-coordinate representation of color #40830C: hue angle of 93.78º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40830C is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB6413112-
CMYK0.5100.910.49
HSL93.78º83.22%28.04%-
HSV(B)93.78º90.84%51.37%-
XYZ10.317.353.15-
YUV97.479.8104.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 131 (51.56% from 255) = 63.29%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=30.92%
G=63.29%
B=5.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64131120.5100.910.4993.7883.2228.04
Hex4083C3305B315e531c
Octal100203146301336113612334
Binary1000000100000111100110011010110111100011011110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40830C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40830C; }

 p { color: rgb(64,131,12); }

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

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

 a { background-color: rgb(64,131,12); }

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

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

 span { border-color: rgb(64,131,12); }

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