Html Css Color HEX #818382 Granny Smith

📋 copy color: '#818382'

red 129 ◦ green 131 ◦ blue 130

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

Shades of Granny Smith #818382

Tints of Granny Smith #818382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 33.08%
G = 33.59%
B = 33.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#818382 (or 0x818382) is known color: Granny Smith. HEX triplet: 81, 83 and 82. RGB value is (129,131,130). Sum of RGB (Red+Green+Blue) = 129+131+130=390 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.08% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 131 - color contains mainly: green. Hex color #818382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818382 is #7E7C7D. Grayscale: #828282. Windows color (decimal): -8289406 or 8553345. OLE color: 8553345.

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

Color convert

RGB 129 131 130 -
CMYK 0.02 0 0.01 0.49
HSL 150º 0.01% 0.51% -
HSV(B) 150º 0.02% 0.51% -
XYZ 21.2 22.51 24.35 -
YUV 130.29 127.84 127.08 -
System Red Green Blue C M Y K H S L
Decimal 129 131 130 0.02 0 0.01 0.49 150 0.01 0.51
Hex 81 83 82 2 0 1 31 96 1 33
Octal 201 203 202 2 0 1 61 226 1 63
Binary 10000001 10000011 10000010 10 0 1 110001 10010110 1 110011

Color Harmonies of #818382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818382

Black with #818382

Text Example


Text Example

White with #818382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818382; }

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

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

background-color css

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

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

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

border-color css

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

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

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