#4A5A3B

Color #4A5A3B Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #4A5A3B

Tints of Cabbage Pont #4A5A3B

Color information

#4A5A3B (or 0x4A5A3B) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 5A and 3B. RGB value is (74,90,59). Sum of RGB (Red+Green+Blue) = 74+90+59=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5A3B is #B5A5C4. Grayscale: #515151. Windows color (decimal): -11904453 or 3889738. OLE color: 3889738.

HSL color Cylindrical-coordinate representation of color #4A5A3B: hue angle of 90.97º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4A5A3B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB749059-
CMYK0.1800.340.65
HSL90.97º20.81%29.22%-
HSV(B)90.97º34.44%35.29%-
XYZ7.279.085.51-
YUV81.68115.2122.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.18%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 59 (23.44% from 255) = 26.46%
R=33.18%
G=40.36%
B=26.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7490590.1800.340.6590.9720.8129.22
Hex4A5A3B12022415b151d
Octal11213273220421011332535
Binary10010101011010111011100100100010100000110110111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,90,59); }

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

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

 a { background-color: rgb(74,90,59); }

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

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

 span { border-color: rgb(74,90,59); }

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