Html Css Color HEX #818350 Kokoda

📋 copy color: '#818350'

red 129 ◦ green 131 ◦ blue 80

#818350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kokoda #818350

Tints of Kokoda #818350

RGB

 RED value IS 129 (50.78% from 255) = 37.94%

 GREEN value IS 131 (51.56% from 255) = 38.53%

 BLUE value IS 80 (31.64% from 255) = 23.53%

R = 37.94%
G = 38.53%
B = 23.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#818350 (or 0x818350) is known color: Kokoda. HEX triplet: 81, 83 and 50. RGB value is (129,131,80). Sum of RGB (Red+Green+Blue) = 129+131+80=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 131 - color contains mainly: green. Hex color #818350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818350 is #7E7CAF. Grayscale: #7C7C7C. Windows color (decimal): -8289456 or 5276545. OLE color: 5276545.

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

Color convert

RGB 129 131 80 -
CMYK 0.02 0 0.39 0.49
HSL 62.35º 0.24% 0.41% -
HSV(B) 62.35º 0.39% 0.51% -
XYZ 18.62 21.48 10.75 -
YUV 124.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 129 131 80 0.02 0 0.39 0.49 62.35 0.24 0.41
Hex 81 83 50 2 0 27 31 3E 18 29
Octal 201 203 120 2 0 47 61 76 30 51
Binary 10000001 10000011 1010000 10 0 100111 110001 111110 11000 101001

Color Harmonies of #818350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818350

Black with #818350

Text Example


Text Example

White with #818350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818350; }

 p { color: rgb(129,131,80); }

 H1.HeaderClassName
 {
   color: #818350;
 }
 .AnyTagClassName
 {
   color: #818350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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