Html Css Color HEX #486F1D Green Leaf

📋 copy color: '#486F1D'

red 72 ◦ green 111 ◦ blue 29

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

Shades of Green Leaf #486F1D

Tints of Green Leaf #486F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.36%

 BLUE value IS 29 (11.72% from 255) = 13.68%

R = 33.96%
G = 52.36%
B = 13.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#486F1D (or 0x486F1D) is known color: Green Leaf. HEX triplet: 48, 6F and 1D. RGB value is (72,111,29). Sum of RGB (Red+Green+Blue) = 72+111+29=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 29 (11.72% from 255 or 13.68% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #486F1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486F1D is #B790E2. Grayscale: #5A5A5A. Windows color (decimal): -12030179 or 1929032. OLE color: 1929032.

HSL color Cylindrical-coordinate representation of color #486F1D: hue angle of 88.54º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #486F1D is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 111 29 -
CMYK 0.35 0 0.74 0.56
HSL 88.54º 0.59% 0.27% -
HSV(B) 88.54º 0.74% 0.44% -
XYZ 8.58 12.84 3.19 -
YUV 89.99 93.58 115.17 -
System Red Green Blue C M Y K H S L
Decimal 72 111 29 0.35 0 0.74 0.56 88.54 0.59 0.27
Hex 48 6F 1D 23 0 4A 38 59 3B 1B
Octal 110 157 35 43 0 112 70 131 73 33
Binary 1001000 1101111 11101 100011 0 1001010 111000 1011001 111011 11011

Color Harmonies of #486F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F1D

Black with #486F1D

Text Example


Text Example

White with #486F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486F1D; }

 p { color: rgb(72,111,29); }

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

background-color css

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

 a { background-color: rgb(72,111,29); }

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

border-color css

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

 span { border-color: rgb(72,111,29); }

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