#4A6A25

Color #4A6A25 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #4A6A25

Tints of Green Leaf #4A6A25

Color information

#4A6A25 (or 0x4A6A25) is unknown color: approx Green Leaf. HEX triplet: 4A, 6A and 25. RGB value is (74,106,37). Sum of RGB (Red+Green+Blue) = 74+106+37=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 106 (41.80% from 255 or 48.85% from 217); Blue value is 37 (14.84% from 255 or 17.05% from 217); Max value from RGB is 106 - color contains mainly: green. Hex color #4A6A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6A25 is #B595DA. Grayscale: #585858. Windows color (decimal): -11900379 or 2452042. OLE color: 2452042.

HSL color Cylindrical-coordinate representation of color #4A6A25: hue angle of 87.83º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A6A25 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB7410637-
CMYK0.3000.650.58
HSL87.83º48.25%28.04%-
HSV(B)87.83º65.09%41.57%-
XYZ8.3111.93.61-
YUV88.5798.9117.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.10%
GREEN value IS 106 (41.80% from 255) = 48.85%
BLUE value IS 37 (14.84% from 255) = 17.05%
R=34.10%
G=48.85%
B=17.05%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal74106370.3000.650.5887.8348.2528.04
Hex4A6A251E0413A58301c
Octal11215245360101721306034
Binary100101011010101001011111001000001111010101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A6A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A6A25;
 }
 .AnyTagClassName
 {
   color: #4A6A25;
 }
</style>
background-color css

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

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

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

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

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

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