#818248

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

Shades of Kokoda #818248

Tints of Kokoda #818248

Color information

#818248 (or 0x818248) is unknown color: approx Kokoda. HEX triplet: 81, 82 and 48. RGB value is (129,130,72). Sum of RGB (Red+Green+Blue) = 129+130+72=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 130 - color contains mainly: green. Hex color #818248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818248 is #7E7DB7. Grayscale: #7B7B7B. Windows color (decimal): -8289720 or 4752001. OLE color: 4752001.

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

Color convert

RGB12913072-
CMYK0.0100.450.49
HSL61.03º28.71%39.61%-
HSV(B)61.03º44.62%50.98%-
XYZ18.2121.19.24-
YUV123.0999.17132.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 130 (51.17% from 255) = 39.27%
BLUE value IS 72 (28.52% from 255) = 21.75%
R=38.97%
G=39.27%
B=21.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130720.0100.450.4961.0328.7139.61
Hex818248102D313d1d28
Octal201202110105561753550
Binary100000011000001010010001010110111000111110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818248; }

 p { color: rgb(129,130,72); }

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

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

 a { background-color: rgb(129,130,72); }

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

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

 span { border-color: rgb(129,130,72); }

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