Html Css Color HEX #4A7C03 Green Leaf

📋 copy color: '#4A7C03'

red 74 ◦ green 124 ◦ blue 3

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

Shades of Green Leaf #4A7C03

Tints of Green Leaf #4A7C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 36.82%
G = 61.69%
B = 1.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#4A7C03 (or 0x4A7C03) is known color: Green Leaf. HEX triplet: 4A, 7C and 03. RGB value is (74,124,3). Sum of RGB (Red+Green+Blue) = 74+124+3=201 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.82% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #4A7C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #4A7C03 is #B583FC. Grayscale: #5F5F5F. Windows color (decimal): -11895805 or 228426. OLE color: 228426.

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

Color convert

RGB 74 124 3 -
CMYK 0.40 0 0.98 0.51
HSL 84.79º 0.95% 0.25% -
HSV(B) 84.79º 0.98% 0.49% -
XYZ 10.05 15.88 2.62 -
YUV 95.26 75.94 112.84 -
System Red Green Blue C M Y K H S L
Decimal 74 124 3 0.40 0 0.98 0.51 84.79 0.95 0.25
Hex 4A 7C 3 28 0 62 33 55 5F 19
Octal 112 174 3 50 0 142 63 125 137 31
Binary 1001010 1111100 11 101000 0 1100010 110011 1010101 1011111 11001

Color Harmonies of #4A7C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7C03

Black with #4A7C03

Text Example


Text Example

White with #4A7C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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