Html Css Color HEX #486525 Green Leaf

📋 copy color: '#486525'

red 72 ◦ green 101 ◦ blue 37

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

Shades of Green Leaf #486525

Tints of Green Leaf #486525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 17.62%

R = 34.29%
G = 48.1%
B = 17.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.63

 K value IS 0.60

RGB Variations

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

Color information

#486525 (or 0x486525) is known color: Green Leaf. HEX triplet: 48, 65 and 25. RGB value is (72,101,37). Sum of RGB (Red+Green+Blue) = 72+101+37=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 101 (39.84% from 255 or 48.10% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 101 - color contains mainly: green. Hex color #486525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486525 is #B79ADA. Grayscale: #555555. Windows color (decimal): -12032731 or 2450760. OLE color: 2450760.

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

Color convert

RGB 72 101 37 -
CMYK 0.29 0 0.63 0.60
HSL 87.19º 0.46% 0.27% -
HSV(B) 87.19º 0.63% 0.4% -
XYZ 7.66 10.82 3.43 -
YUV 85.03 100.89 118.7 -
System Red Green Blue C M Y K H S L
Decimal 72 101 37 0.29 0 0.63 0.60 87.19 0.46 0.27
Hex 48 65 25 1D 0 3F 3C 57 2E 1B
Octal 110 145 45 35 0 77 74 127 56 33
Binary 1001000 1100101 100101 11101 0 111111 111100 1010111 101110 11011

Color Harmonies of #486525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486525

Black with #486525

Text Example


Text Example

White with #486525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486525; }

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

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

background-color css

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

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

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

border-color css

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

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

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