Html Css Color HEX #4A760C Green Leaf

📋 copy color: '#4A760C'

red 74 ◦ green 118 ◦ blue 12

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

Shades of Green Leaf #4A760C

Tints of Green Leaf #4A760C

RGB

 RED value IS 74 (29.3% from 255) = 36.27%

 GREEN value IS 118 (46.48% from 255) = 57.84%

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 36.27%
G = 57.84%
B = 5.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#4A760C (or 0x4A760C) is known color: Green Leaf. HEX triplet: 4A, 76 and 0C. RGB value is (74,118,12). Sum of RGB (Red+Green+Blue) = 74+118+12=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #4A760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A760C is #B589F3. Grayscale: #5D5D5D. Windows color (decimal): -11897332 or 816714. OLE color: 816714.

HSL color Cylindrical-coordinate representation of color #4A760C: hue angle of 84.91º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A760C is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 74 118 12 -
CMYK 0.37 0 0.90 0.54
HSL 84.91º 0.82% 0.25% -
HSV(B) 84.91º 0.9% 0.46% -
XYZ 9.37 14.44 2.64 -
YUV 92.76 82.42 114.62 -
System Red Green Blue C M Y K H S L
Decimal 74 118 12 0.37 0 0.90 0.54 84.91 0.82 0.25
Hex 4A 76 C 25 0 5A 36 55 52 19
Octal 112 166 14 45 0 132 66 125 122 31
Binary 1001010 1110110 1100 100101 0 1011010 110110 1010101 1010010 11001

Color Harmonies of #4A760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A760C

Black with #4A760C

Text Example


Text Example

White with #4A760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,118,12); }

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

background-color css

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

 a { background-color: rgb(74,118,12); }

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

border-color css

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

 span { border-color: rgb(74,118,12); }

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