Html Css Color HEX #4A6D25 Green Leaf

📋 copy color: '#4A6D25'

red 74 ◦ green 109 ◦ blue 37

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

Shades of Green Leaf #4A6D25

Tints of Green Leaf #4A6D25

RGB

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

 GREEN value IS 109 (42.97% from 255) = 49.55%

 BLUE value IS 37 (14.84% from 255) = 16.82%

R = 33.64%
G = 49.55%
B = 16.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.66

 K value IS 0.57

RGB Variations

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

Color information

#4A6D25 (or 0x4A6D25) is known color: Green Leaf. HEX triplet: 4A, 6D and 25. RGB value is (74,109,37). Sum of RGB (Red+Green+Blue) = 74+109+37=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #4A6D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6D25 is #B592DA. Grayscale: #5A5A5A. Windows color (decimal): -11899611 or 2452810. OLE color: 2452810.

HSL color Cylindrical-coordinate representation of color #4A6D25: hue angle of 89.17º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A6D25 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.

Color convert

RGB 74 109 37 -
CMYK 0.32 0 0.66 0.57
HSL 89.17º 0.49% 0.29% -
HSV(B) 89.17º 0.66% 0.43% -
XYZ 8.63 12.53 3.71 -
YUV 90.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 74 109 37 0.32 0 0.66 0.57 89.17 0.49 0.29
Hex 4A 6D 25 20 0 42 39 59 31 1D
Octal 112 155 45 40 0 102 71 131 61 35
Binary 1001010 1101101 100101 100000 0 1000010 111001 1011001 110001 11101

Color Harmonies of #4A6D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6D25

Black with #4A6D25

Text Example


Text Example

White with #4A6D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,109,37); }

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

background-color css

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

 a { background-color: rgb(74,109,37); }

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

border-color css

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

 span { border-color: rgb(74,109,37); }

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