Html Css Color HEX #4C7510 Green Leaf

📋 copy color: '#4C7510'

red 76 ◦ green 117 ◦ blue 16

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

Shades of Green Leaf #4C7510

Tints of Green Leaf #4C7510

RGB

 RED value IS 76 (30.08% from 255) = 36.36%

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

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 36.36%
G = 55.98%
B = 7.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#4C7510 (or 0x4C7510) is known color: Green Leaf. HEX triplet: 4C, 75 and 10. RGB value is (76,117,16). Sum of RGB (Red+Green+Blue) = 76+117+16=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 117 (46.09% from 255 or 55.98% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 117 - color contains mainly: green. Hex color #4C7510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C7510 is #B38AEF. Grayscale: #5D5D5D. Windows color (decimal): -11766512 or 1078604. OLE color: 1078604.

HSL color Cylindrical-coordinate representation of color #4C7510: hue angle of 84.36º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4C7510 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 117 16 -
CMYK 0.35 0 0.86 0.54
HSL 84.36º 0.76% 0.26% -
HSV(B) 84.36º 0.86% 0.46% -
XYZ 9.44 14.3 2.75 -
YUV 93.23 84.42 115.71 -
System Red Green Blue C M Y K H S L
Decimal 76 117 16 0.35 0 0.86 0.54 84.36 0.76 0.26
Hex 4C 75 10 23 0 56 36 54 4C 1A
Octal 114 165 20 43 0 126 66 124 114 32
Binary 1001100 1110101 10000 100011 0 1010110 110110 1010100 1001100 11010

Color Harmonies of #4C7510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7510

Black with #4C7510

Text Example


Text Example

White with #4C7510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C7510; }

 p { color: rgb(76,117,16); }

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

background-color css

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

 a { background-color: rgb(76,117,16); }

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

border-color css

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

 span { border-color: rgb(76,117,16); }

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