#4A632A

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

Shades of Green Leaf #4A632A

Tints of Green Leaf #4A632A

Color information

#4A632A (or 0x4A632A) is unknown color: approx Green Leaf. HEX triplet: 4A, 63 and 2A. RGB value is (74,99,42). Sum of RGB (Red+Green+Blue) = 74+99+42=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #4A632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A632A is #B59CD5. Grayscale: #555555. Windows color (decimal): -11902166 or 2777930. OLE color: 2777930.

HSL color Cylindrical-coordinate representation of color #4A632A: hue angle of 86.32º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A632A is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB749942-
CMYK0.2500.580.61
HSL86.32º40.43%27.65%-
HSV(B)86.32º57.58%38.82%-
XYZ7.710.553.82-
YUV85.03103.72120.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.42%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=34.42%
G=46.05%
B=19.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7499420.2500.580.6186.3240.4327.65
Hex4A632A1903A3D56281c
Octal1121435231072751265034
Binary10010101100011101010110010111010111101101011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,99,42); }

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

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

 a { background-color: rgb(74,99,42); }

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

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

 span { border-color: rgb(74,99,42); }

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