#486321

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

Shades of Green Leaf #486321

Tints of Green Leaf #486321

Color information

#486321 (or 0x486321) is unknown color: approx Green Leaf. HEX triplet: 48, 63 and 21. RGB value is (72,99,33). Sum of RGB (Red+Green+Blue) = 72+99+33=204 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.29% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 33 (13.28% from 255 or 16.18% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #486321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486321 is #B79CDE. Grayscale: #535353. Windows color (decimal): -12033247 or 2188104. OLE color: 2188104.

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

Color convert

RGB729933-
CMYK0.2700.670.61
HSL84.55º50%25.88%-
HSV(B)84.55º66.67%38.82%-
XYZ7.4110.413.06-
YUV83.499.55119.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.29%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 33 (13.28% from 255) = 16.18%
R=35.29%
G=48.53%
B=16.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299330.2700.670.6184.555025.88
Hex4863211B0433D55321a
Octal11014341330103751256232
Binary100100011000111000011101101000011111101101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486321; }

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

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

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

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

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

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

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

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