Html Css Color HEX #4A7D01 Green Leaf

📋 copy color: '#4A7D01'

red 74 ◦ green 125 ◦ blue 1

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

Shades of Green Leaf #4A7D01

Tints of Green Leaf #4A7D01

RGB

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

 GREEN value IS 125 (49.22% from 255) = 62.5%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 37%
G = 62.5%
B = 0.5%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#4A7D01 (or 0x4A7D01) is known color: Green Leaf. HEX triplet: 4A, 7D and 01. RGB value is (74,125,1). Sum of RGB (Red+Green+Blue) = 74+125+1=200 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37% from 200); Green value is 125 (49.22% from 255 or 62.5% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 125 - color contains mainly: green. Hex color #4A7D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7D01 is #B582FE. Grayscale: #606060. Windows color (decimal): -11895551 or 97610. OLE color: 97610.

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

Color convert

RGB 74 125 1 -
CMYK 0.41 0 0.99 0.51
HSL 84.68º 0.98% 0.25% -
HSV(B) 84.68º 0.99% 0.49% -
XYZ 10.16 16.13 2.61 -
YUV 95.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 74 125 1 0.41 0 0.99 0.51 84.68 0.98 0.25
Hex 4A 7D 1 29 0 63 33 55 62 19
Octal 112 175 1 51 0 143 63 125 142 31
Binary 1001010 1111101 1 101001 0 1100011 110011 1010101 1100010 11001

Color Harmonies of #4A7D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7D01

Black with #4A7D01

Text Example


Text Example

White with #4A7D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,125,1); }

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

background-color css

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

 a { background-color: rgb(74,125,1); }

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

border-color css

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

 span { border-color: rgb(74,125,1); }

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