Html Css Color HEX #4C780F Green Leaf

📋 copy color: '#4C780F'

red 76 ◦ green 120 ◦ blue 15

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

Shades of Green Leaf #4C780F

Tints of Green Leaf #4C780F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.87%

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

R = 36.02%
G = 56.87%
B = 7.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#4C780F (or 0x4C780F) is known color: Green Leaf. HEX triplet: 4C, 78 and 0F. RGB value is (76,120,15). Sum of RGB (Red+Green+Blue) = 76+120+15=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #4C780F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4C780F is #B387F0. Grayscale: #5F5F5F. Windows color (decimal): -11765745 or 1013836. OLE color: 1013836.

HSL color Cylindrical-coordinate representation of color #4C780F: hue angle of 85.14º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C780F is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 120 15 -
CMYK 0.37 0 0.87 0.53
HSL 85.14º 0.78% 0.26% -
HSV(B) 85.14º 0.88% 0.47% -
XYZ 9.78 15 2.83 -
YUV 94.87 82.92 114.54 -
System Red Green Blue C M Y K H S L
Decimal 76 120 15 0.37 0 0.87 0.53 85.14 0.78 0.26
Hex 4C 78 F 25 0 57 35 55 4E 1A
Octal 114 170 17 45 0 127 65 125 116 32
Binary 1001100 1111000 1111 100101 0 1010111 110101 1010101 1001110 11010

Color Harmonies of #4C780F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C780F

Black with #4C780F

Text Example


Text Example

White with #4C780F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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