Html Css Color HEX #4A7123 Green Leaf

📋 copy color: '#4A7123'

red 74 ◦ green 113 ◦ blue 35

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

Shades of Green Leaf #4A7123

Tints of Green Leaf #4A7123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.9%

 BLUE value IS 35 (14.06% from 255) = 15.77%

R = 33.33%
G = 50.9%
B = 15.77%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#4A7123 (or 0x4A7123) is known color: Green Leaf. HEX triplet: 4A, 71 and 23. RGB value is (74,113,35). Sum of RGB (Red+Green+Blue) = 74+113+35=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #4A7123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A7123 is #B58EDC. Grayscale: #5C5C5C. Windows color (decimal): -11898589 or 2322762. OLE color: 2322762.

HSL color Cylindrical-coordinate representation of color #4A7123: hue angle of 90º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A7123 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 74 113 35 -
CMYK 0.35 0 0.69 0.56
HSL 90º 0.53% 0.29% -
HSV(B) 90º 0.69% 0.44% -
XYZ 9.03 13.39 3.7 -
YUV 92.45 95.58 114.84 -
System Red Green Blue C M Y K H S L
Decimal 74 113 35 0.35 0 0.69 0.56 90 0.53 0.29
Hex 4A 71 23 23 0 45 38 5A 35 1D
Octal 112 161 43 43 0 105 70 132 65 35
Binary 1001010 1110001 100011 100011 0 1000101 111000 1011010 110101 11101

Color Harmonies of #4A7123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7123

Black with #4A7123

Text Example


Text Example

White with #4A7123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,113,35); }

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

background-color css

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

 a { background-color: rgb(74,113,35); }

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

border-color css

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

 span { border-color: rgb(74,113,35); }

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