Html Css Color HEX #486224 Green Leaf

📋 copy color: '#486224'

red 72 ◦ green 98 ◦ blue 36

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

Shades of Green Leaf #486224

Tints of Green Leaf #486224

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.57%

 BLUE value IS 36 (14.45% from 255) = 17.48%

R = 34.95%
G = 47.57%
B = 17.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#486224 (or 0x486224) is known color: Green Leaf. HEX triplet: 48, 62 and 24. RGB value is (72,98,36). Sum of RGB (Red+Green+Blue) = 72+98+36=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #486224 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486224 is #B79DDB. Grayscale: #535353. Windows color (decimal): -12033500 or 2384456. OLE color: 2384456.

HSL color Cylindrical-coordinate representation of color #486224: hue angle of 85.16º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486224 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 36 -
CMYK 0.27 0 0.63 0.62
HSL 85.16º 0.46% 0.26% -
HSV(B) 85.16º 0.63% 0.38% -
XYZ 7.36 10.24 3.26 -
YUV 83.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 72 98 36 0.27 0 0.63 0.62 85.16 0.46 0.26
Hex 48 62 24 1B 0 3F 3E 55 2E 1A
Octal 110 142 44 33 0 77 76 125 56 32
Binary 1001000 1100010 100100 11011 0 111111 111110 1010101 101110 11010

Color Harmonies of #486224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486224

Black with #486224

Text Example


Text Example

White with #486224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486224; }

 p { color: rgb(72,98,36); }

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

background-color css

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

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

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

border-color css

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

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

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