#4A583C

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

Shades of Cabbage Pont #4A583C

Tints of Cabbage Pont #4A583C

Color information

#4A583C (or 0x4A583C) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 58 and 3C. RGB value is (74,88,60). Sum of RGB (Red+Green+Blue) = 74+88+60=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 88 - color contains mainly: green. Hex color #4A583C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A583C is #B5A7C3. Grayscale: #505050. Windows color (decimal): -11904964 or 3954762. OLE color: 3954762.

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

Color convert

RGB748860-
CMYK0.1600.320.65
HSL90º18.92%29.02%-
HSV(B)90º31.82%34.51%-
XYZ7.138.765.59-
YUV80.62116.36123.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 60 (23.83% from 255) = 27.03%
R=33.33%
G=39.64%
B=27.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7488600.1600.320.659018.9229.02
Hex4A583C10020415a131d
Octal11213074200401011322335
Binary10010101011000111100100000100000100000110110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A583C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,88,60); }

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

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

 a { background-color: rgb(74,88,60); }

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

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

 span { border-color: rgb(74,88,60); }

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