Html Css Color HEX #486A12 Green Leaf

📋 copy color: '#486A12'

red 72 ◦ green 106 ◦ blue 18

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

Shades of Green Leaf #486A12

Tints of Green Leaf #486A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 54.08%

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 36.73%
G = 54.08%
B = 9.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.58

RGB Variations

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

Color information

#486A12 (or 0x486A12) is known color: Green Leaf. HEX triplet: 48, 6A and 12. RGB value is (72,106,18). Sum of RGB (Red+Green+Blue) = 72+106+18=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 106 (41.80% from 255 or 54.08% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 106 - color contains mainly: green. Hex color #486A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486A12 is #B795ED. Grayscale: #565656. Windows color (decimal): -12031470 or 1206856. OLE color: 1206856.

HSL color Cylindrical-coordinate representation of color #486A12: hue angle of 83.18º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #486A12 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 106 18 -
CMYK 0.32 0 0.83 0.58
HSL 83.18º 0.71% 0.24% -
HSV(B) 83.18º 0.83% 0.42% -
XYZ 7.94 11.73 2.42 -
YUV 85.8 89.74 118.16 -
System Red Green Blue C M Y K H S L
Decimal 72 106 18 0.32 0 0.83 0.58 83.18 0.71 0.24
Hex 48 6A 12 20 0 53 3A 53 47 18
Octal 110 152 22 40 0 123 72 123 107 30
Binary 1001000 1101010 10010 100000 0 1010011 111010 1010011 1000111 11000

Color Harmonies of #486A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486A12

Black with #486A12

Text Example


Text Example

White with #486A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,106,18); }

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

background-color css

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

 a { background-color: rgb(72,106,18); }

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

border-color css

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

 span { border-color: rgb(72,106,18); }

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