Html Css Color HEX #4C700D Green Leaf

📋 copy color: '#4C700D'

red 76 ◦ green 112 ◦ blue 13

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

Shades of Green Leaf #4C700D

Tints of Green Leaf #4C700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.72%

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 37.81%
G = 55.72%
B = 6.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#4C700D (or 0x4C700D) is known color: Green Leaf. HEX triplet: 4C, 70 and 0D. RGB value is (76,112,13). Sum of RGB (Red+Green+Blue) = 76+112+13=201 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.81% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #4C700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C700D is #B38FF2. Grayscale: #5A5A5A. Windows color (decimal): -11767795 or 880716. OLE color: 880716.

HSL color Cylindrical-coordinate representation of color #4C700D: hue angle of 81.82º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C700D is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 112 13 -
CMYK 0.32 0 0.88 0.56
HSL 81.82º 0.79% 0.25% -
HSV(B) 81.82º 0.88% 0.44% -
XYZ 8.85 13.15 2.45 -
YUV 89.95 84.57 118.05 -
System Red Green Blue C M Y K H S L
Decimal 76 112 13 0.32 0 0.88 0.56 81.82 0.79 0.25
Hex 4C 70 D 20 0 58 38 52 4F 19
Octal 114 160 15 40 0 130 70 122 117 31
Binary 1001100 1110000 1101 100000 0 1011000 111000 1010010 1001111 11001

Color Harmonies of #4C700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C700D

Black with #4C700D

Text Example


Text Example

White with #4C700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,112,13); }

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

background-color css

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

 a { background-color: rgb(76,112,13); }

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

border-color css

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

 span { border-color: rgb(76,112,13); }

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