#818046

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

Shades of Kokoda #818046

Tints of Kokoda #818046

Color information

#818046 (or 0x818046) is unknown color: approx Kokoda. HEX triplet: 81, 80 and 46. RGB value is (129,128,70). Sum of RGB (Red+Green+Blue) = 129+128+70=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #818046 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818046 is #7E7FB9. Grayscale: #797979. Windows color (decimal): -8290234 or 4620417. OLE color: 4620417.

HSL color Cylindrical-coordinate representation of color #818046: hue angle of 58.98º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #818046 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB12912870-
CMYK00.010.460.49
HSL58.98º29.65%39.02%-
HSV(B)58.98º45.74%50.59%-
XYZ17.8820.558.82-
YUV121.6998.83133.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.45%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 70 (27.73% from 255) = 21.41%
R=39.45%
G=39.14%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291287000.010.460.4958.9829.6539.02
Hex818046012E313b1e27
Octal201200106015661733647
Binary100000011000000010001100110111011000111101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818046; }

 p { color: rgb(129,128,70); }

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

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

 a { background-color: rgb(129,128,70); }

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

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

 span { border-color: rgb(129,128,70); }

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