#818148

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

Shades of Kokoda #818148

Tints of Kokoda #818148

Color information

#818148 (or 0x818148) is unknown color: approx Kokoda. HEX triplet: 81, 81 and 48. RGB value is (129,129,72). Sum of RGB (Red+Green+Blue) = 129+129+72=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818148 is #7E7EB7. Grayscale: #7A7A7A. Windows color (decimal): -8289976 or 4751745. OLE color: 4751745.

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

Color convert

RGB12912972-
CMYK000.440.49
HSL60º28.36%39.41%-
HSV(B)60º44.19%50.59%-
XYZ18.0720.849.2-
YUV122.599.5132.63-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=39.09%
G=39.09%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912972000.440.496028.3639.41
Hex818148002C313c1c27
Octal201201110005461743447
Binary100000011000000110010000010110011000111110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818148; }

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

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

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

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

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

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

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

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