Html Css Color HEX #486322 Green Leaf

📋 copy color: '#486322'

red 72 ◦ green 99 ◦ blue 34

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

Shades of Green Leaf #486322

Tints of Green Leaf #486322

RGB

 RED value IS 72 (28.52% from 255) = 35.12%

 GREEN value IS 99 (39.06% from 255) = 48.29%

 BLUE value IS 34 (13.67% from 255) = 16.59%

R = 35.12%
G = 48.29%
B = 16.59%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#486322 (or 0x486322) is known color: Green Leaf. HEX triplet: 48, 63 and 22. RGB value is (72,99,34). Sum of RGB (Red+Green+Blue) = 72+99+34=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #486322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486322 is #B79CDD. Grayscale: #535353. Windows color (decimal): -12033246 or 2253640. OLE color: 2253640.

HSL color Cylindrical-coordinate representation of color #486322: hue angle of 84.92º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486322 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 99 34 -
CMYK 0.27 0 0.66 0.61
HSL 84.92º 0.49% 0.26% -
HSV(B) 84.92º 0.66% 0.39% -
XYZ 7.42 10.42 3.13 -
YUV 83.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 72 99 34 0.27 0 0.66 0.61 84.92 0.49 0.26
Hex 48 63 22 1B 0 42 3D 55 31 1A
Octal 110 143 42 33 0 102 75 125 61 32
Binary 1001000 1100011 100010 11011 0 1000010 111101 1010101 110001 11010

Color Harmonies of #486322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486322

Black with #486322

Text Example


Text Example

White with #486322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486322; }

 p { color: rgb(72,99,34); }

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

background-color css

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

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

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

border-color css

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

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

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