Html Css Color HEX #486B22 Green Leaf

📋 copy color: '#486B22'

red 72 ◦ green 107 ◦ blue 34

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

Shades of Green Leaf #486B22

Tints of Green Leaf #486B22

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.23%

 BLUE value IS 34 (13.67% from 255) = 15.96%

R = 33.8%
G = 50.23%
B = 15.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.58

RGB Variations

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

Color information

#486B22 (or 0x486B22) is known color: Green Leaf. HEX triplet: 48, 6B and 22. RGB value is (72,107,34). Sum of RGB (Red+Green+Blue) = 72+107+34=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #486B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B22 is #B794DD. Grayscale: #585858. Windows color (decimal): -12031198 or 2255688. OLE color: 2255688.

HSL color Cylindrical-coordinate representation of color #486B22: hue angle of 88.77º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #486B22 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.

Color convert

RGB 72 107 34 -
CMYK 0.33 0 0.68 0.58
HSL 88.77º 0.52% 0.28% -
HSV(B) 88.77º 0.68% 0.42% -
XYZ 8.22 12.01 3.4 -
YUV 88.21 97.4 116.44 -
System Red Green Blue C M Y K H S L
Decimal 72 107 34 0.33 0 0.68 0.58 88.77 0.52 0.28
Hex 48 6B 22 21 0 44 3A 59 34 1C
Octal 110 153 42 41 0 104 72 131 64 34
Binary 1001000 1101011 100010 100001 0 1000100 111010 1011001 110100 11100

Color Harmonies of #486B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486B22

Black with #486B22

Text Example


Text Example

White with #486B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,107,34); }

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

background-color css

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

 a { background-color: rgb(72,107,34); }

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

border-color css

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

 span { border-color: rgb(72,107,34); }

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