Html Css Color HEX #4C740F Green Leaf

📋 copy color: '#4C740F'

red 76 ◦ green 116 ◦ blue 15

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

Shades of Green Leaf #4C740F

Tints of Green Leaf #4C740F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.04%

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 36.71%
G = 56.04%
B = 7.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#4C740F (or 0x4C740F) is known color: Green Leaf. HEX triplet: 4C, 74 and 0F. RGB value is (76,116,15). Sum of RGB (Red+Green+Blue) = 76+116+15=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #4C740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C740F is #B38BF0. Grayscale: #5C5C5C. Windows color (decimal): -11766769 or 1012812. OLE color: 1012812.

HSL color Cylindrical-coordinate representation of color #4C740F: hue angle of 83.76º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C740F is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 116 15 -
CMYK 0.34 0 0.87 0.55
HSL 83.76º 0.77% 0.26% -
HSV(B) 83.76º 0.87% 0.45% -
XYZ 9.31 14.06 2.68 -
YUV 92.53 84.25 116.21 -
System Red Green Blue C M Y K H S L
Decimal 76 116 15 0.34 0 0.87 0.55 83.76 0.77 0.26
Hex 4C 74 F 22 0 57 37 54 4D 1A
Octal 114 164 17 42 0 127 67 124 115 32
Binary 1001100 1110100 1111 100010 0 1010111 110111 1010100 1001101 11010

Color Harmonies of #4C740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C740F

Black with #4C740F

Text Example


Text Example

White with #4C740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,116,15); }

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

background-color css

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

 a { background-color: rgb(76,116,15); }

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

border-color css

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

 span { border-color: rgb(76,116,15); }

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