Html Css Color HEX #486522 Green Leaf

📋 copy color: '#486522'

red 72 ◦ green 101 ◦ blue 34

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

Shades of Green Leaf #486522

Tints of Green Leaf #486522

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.79%

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

R = 34.78%
G = 48.79%
B = 16.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.60

RGB Variations

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

Color information

#486522 (or 0x486522) is known color: Green Leaf. HEX triplet: 48, 65 and 22. RGB value is (72,101,34). Sum of RGB (Red+Green+Blue) = 72+101+34=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #486522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486522 is #B79ADD. Grayscale: #545454. Windows color (decimal): -12032734 or 2254152. OLE color: 2254152.

HSL color Cylindrical-coordinate representation of color #486522: hue angle of 85.97º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486522 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 34 -
CMYK 0.29 0 0.66 0.60
HSL 85.97º 0.5% 0.26% -
HSV(B) 85.97º 0.66% 0.4% -
XYZ 7.61 10.8 3.2 -
YUV 84.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 72 101 34 0.29 0 0.66 0.60 85.97 0.5 0.26
Hex 48 65 22 1D 0 42 3C 56 32 1A
Octal 110 145 42 35 0 102 74 126 62 32
Binary 1001000 1100101 100010 11101 0 1000010 111100 1010110 110010 11010

Color Harmonies of #486522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486522

Black with #486522

Text Example


Text Example

White with #486522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486522; }

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

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

background-color css

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

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

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

border-color css

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

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

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