Html Css Color HEX #4C730E Green Leaf

📋 copy color: '#4C730E'

red 76 ◦ green 115 ◦ blue 14

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

Shades of Green Leaf #4C730E

Tints of Green Leaf #4C730E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 56.1%

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 37.07%
G = 56.1%
B = 6.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.55

RGB Variations

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

Color information

#4C730E (or 0x4C730E) is known color: Green Leaf. HEX triplet: 4C, 73 and 0E. RGB value is (76,115,14). Sum of RGB (Red+Green+Blue) = 76+115+14=205 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.07% from 205); Green value is 115 (45.31% from 255 or 56.10% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 115 - color contains mainly: green. Hex color #4C730E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C730E is #B38CF1. Grayscale: #5C5C5C. Windows color (decimal): -11767026 or 947020. OLE color: 947020.

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

Color convert

RGB 76 115 14 -
CMYK 0.34 0 0.88 0.55
HSL 83.17º 0.78% 0.25% -
HSV(B) 83.17º 0.88% 0.45% -
XYZ 9.19 13.83 2.6 -
YUV 91.83 84.08 116.71 -
System Red Green Blue C M Y K H S L
Decimal 76 115 14 0.34 0 0.88 0.55 83.17 0.78 0.25
Hex 4C 73 E 22 0 58 37 53 4E 19
Octal 114 163 16 42 0 130 67 123 116 31
Binary 1001100 1110011 1110 100010 0 1011000 110111 1010011 1001110 11001

Color Harmonies of #4C730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C730E

Black with #4C730E

Text Example


Text Example

White with #4C730E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,115,14); }

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

background-color css

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

 a { background-color: rgb(76,115,14); }

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

border-color css

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

 span { border-color: rgb(76,115,14); }

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