Html Css Color HEX #486324 Green Leaf

📋 copy color: '#486324'

red 72 ◦ green 99 ◦ blue 36

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

Shades of Green Leaf #486324

Tints of Green Leaf #486324

RGB

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

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

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

R = 34.78%
G = 47.83%
B = 17.39%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.64

 K value IS 0.61

RGB Variations

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

Color information

#486324 (or 0x486324) is known color: Green Leaf. HEX triplet: 48, 63 and 24. RGB value is (72,99,36). Sum of RGB (Red+Green+Blue) = 72+99+36=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #486324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486324 is #B79CDB. Grayscale: #535353. Windows color (decimal): -12033244 or 2384712. OLE color: 2384712.

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

Color convert

RGB 72 99 36 -
CMYK 0.27 0 0.64 0.61
HSL 85.71º 0.47% 0.26% -
HSV(B) 85.71º 0.64% 0.39% -
XYZ 7.45 10.43 3.29 -
YUV 83.75 101.05 119.62 -
System Red Green Blue C M Y K H S L
Decimal 72 99 36 0.27 0 0.64 0.61 85.71 0.47 0.26
Hex 48 63 24 1B 0 40 3D 56 2F 1A
Octal 110 143 44 33 0 100 75 126 57 32
Binary 1001000 1100011 100100 11011 0 1000000 111101 1010110 101111 11010

Color Harmonies of #486324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486324

Black with #486324

Text Example


Text Example

White with #486324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486324; }

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

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

background-color css

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

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

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

border-color css

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

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

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