Html Css Color HEX #487505 Green Leaf

📋 copy color: '#487505'

red 72 ◦ green 117 ◦ blue 5

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

Shades of Green Leaf #487505

Tints of Green Leaf #487505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 60.31%

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 37.11%
G = 60.31%
B = 2.58%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#487505 (or 0x487505) is known color: Green Leaf. HEX triplet: 48, 75 and 05. RGB value is (72,117,5). Sum of RGB (Red+Green+Blue) = 72+117+5=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #487505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487505 is #B78AFA. Grayscale: #5B5B5B. Windows color (decimal): -12028667 or 357704. OLE color: 357704.

HSL color Cylindrical-coordinate representation of color #487505: hue angle of 84.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #487505 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 5 -
CMYK 0.38 0 0.96 0.54
HSL 84.11º 0.92% 0.24% -
HSV(B) 84.11º 0.96% 0.46% -
XYZ 9.06 14.11 2.39 -
YUV 90.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 72 117 5 0.38 0 0.96 0.54 84.11 0.92 0.24
Hex 48 75 5 26 0 60 36 54 5C 18
Octal 110 165 5 46 0 140 66 124 134 30
Binary 1001000 1110101 101 100110 0 1100000 110110 1010100 1011100 11000

Color Harmonies of #487505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487505

Black with #487505

Text Example


Text Example

White with #487505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487505; }

 p { color: rgb(72,117,5); }

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

background-color css

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

 a { background-color: rgb(72,117,5); }

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

border-color css

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

 span { border-color: rgb(72,117,5); }

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