Html Css Color HEX #486918 Green Leaf

📋 copy color: '#486918'

red 72 ◦ green 105 ◦ blue 24

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

Shades of Green Leaf #486918

Tints of Green Leaf #486918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.24%

 BLUE value IS 24 (9.77% from 255) = 11.94%

R = 35.82%
G = 52.24%
B = 11.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#486918 (or 0x486918) is known color: Green Leaf. HEX triplet: 48, 69 and 18. RGB value is (72,105,24). Sum of RGB (Red+Green+Blue) = 72+105+24=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 24 (9.77% from 255 or 11.94% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #486918 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486918 is #B796E7. Grayscale: #565656. Windows color (decimal): -12031720 or 1599816. OLE color: 1599816.

HSL color Cylindrical-coordinate representation of color #486918: hue angle of 84.44º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #486918 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 24 -
CMYK 0.31 0 0.77 0.59
HSL 84.44º 0.63% 0.25% -
HSV(B) 84.44º 0.77% 0.41% -
XYZ 7.89 11.55 2.68 -
YUV 85.9 93.07 118.09 -
System Red Green Blue C M Y K H S L
Decimal 72 105 24 0.31 0 0.77 0.59 84.44 0.63 0.25
Hex 48 69 18 1F 0 4D 3B 54 3F 19
Octal 110 151 30 37 0 115 73 124 77 31
Binary 1001000 1101001 11000 11111 0 1001101 111011 1010100 111111 11001

Color Harmonies of #486918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486918

Black with #486918

Text Example


Text Example

White with #486918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486918; }

 p { color: rgb(72,105,24); }

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

background-color css

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

 a { background-color: rgb(72,105,24); }

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

border-color css

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

 span { border-color: rgb(72,105,24); }

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