Html Css Color HEX #4A7C05 Green Leaf

📋 copy color: '#4A7C05'

red 74 ◦ green 124 ◦ blue 5

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

Shades of Green Leaf #4A7C05

Tints of Green Leaf #4A7C05

RGB

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

 GREEN value IS 124 (48.83% from 255) = 61.08%

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 36.45%
G = 61.08%
B = 2.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.96

 K value IS 0.51

RGB Variations

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

Color information

#4A7C05 (or 0x4A7C05) is known color: Green Leaf. HEX triplet: 4A, 7C and 05. RGB value is (74,124,5). Sum of RGB (Red+Green+Blue) = 74+124+5=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7C05 is #B583FA. Grayscale: #5F5F5F. Windows color (decimal): -11895803 or 359498. OLE color: 359498.

HSL color Cylindrical-coordinate representation of color #4A7C05: hue angle of 85.21º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A7C05 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 124 5 -
CMYK 0.40 0 0.96 0.51
HSL 85.21º 0.92% 0.25% -
HSV(B) 85.21º 0.96% 0.49% -
XYZ 10.06 15.88 2.68 -
YUV 95.48 76.94 112.68 -
System Red Green Blue C M Y K H S L
Decimal 74 124 5 0.40 0 0.96 0.51 85.21 0.92 0.25
Hex 4A 7C 5 28 0 60 33 55 5C 19
Octal 112 174 5 50 0 140 63 125 134 31
Binary 1001010 1111100 101 101000 0 1100000 110011 1010101 1011100 11001

Color Harmonies of #4A7C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7C05

Black with #4A7C05

Text Example


Text Example

White with #4A7C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,124,5); }

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

background-color css

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

 a { background-color: rgb(74,124,5); }

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

border-color css

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

 span { border-color: rgb(74,124,5); }

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