#4A533F

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

Shades of Cabbage Pont #4A533F

Tints of Cabbage Pont #4A533F

Color information

#4A533F (or 0x4A533F) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 53 and 3F. RGB value is (74,83,63). Sum of RGB (Red+Green+Blue) = 74+83+63=220 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.64% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #4A533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A533F is #B5ACC0. Grayscale: #4E4E4E. Windows color (decimal): -11906241 or 4150090. OLE color: 4150090.

HSL color Cylindrical-coordinate representation of color #4A533F: hue angle of 87º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4A533F is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB748363-
CMYK0.1100.240.67
HSL87º13.7%28.63%-
HSV(B)87º24.1%32.55%-
XYZ6.8185.89-
YUV78.03119.52125.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.64%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 63 (25% from 255) = 28.64%
R=33.64%
G=37.73%
B=28.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7483630.1100.240.678713.728.63
Hex4A533FB0184357e1d
Octal11212377130301031271635
Binary10010101010011111111101101100010000111010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A533F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,83,63); }

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

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

 a { background-color: rgb(74,83,63); }

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

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

 span { border-color: rgb(74,83,63); }

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