#4A671C

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

Shades of Green Leaf #4A671C

Tints of Green Leaf #4A671C

Color information

#4A671C (or 0x4A671C) is unknown color: approx Green Leaf. HEX triplet: 4A, 67 and 1C. RGB value is (74,103,28). Sum of RGB (Red+Green+Blue) = 74+103+28=205 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.10% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 28 (11.33% from 255 or 13.66% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #4A671C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A671C is #B598E3. Grayscale: #565656. Windows color (decimal): -11901156 or 1861450. OLE color: 1861450.

HSL color Cylindrical-coordinate representation of color #4A671C: hue angle of 83.2º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A671C is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB7410328-
CMYK0.2800.730.60
HSL83.2º57.25%25.69%-
HSV(B)83.2º72.82%40.39%-
XYZ7.8811.242.85-
YUV85.7895.39119.6-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.10%
GREEN value IS 103 (40.62% from 255) = 50.24%
BLUE value IS 28 (11.33% from 255) = 13.66%
R=36.10%
G=50.24%
B=13.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74103280.2800.730.6083.257.2525.69
Hex4A671C1C0493C53391a
Octal11214734340111741237132
Binary10010101100111111001110001001001111100101001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A671C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,103,28); }

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

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

 a { background-color: rgb(74,103,28); }

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

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

 span { border-color: rgb(74,103,28); }

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