#4A5143

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

Shades of Cabbage Pont #4A5143

Tints of Cabbage Pont #4A5143

Color information

#4A5143 (or 0x4A5143) is unknown color: approx Cabbage Pont. HEX triplet: 4A, 51 and 43. RGB value is (74,81,67). Sum of RGB (Red+Green+Blue) = 74+81+67=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 81 (32.03% from 255 or 36.49% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 81 - color contains mainly: green. Hex color #4A5143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5143 is #B5AEBC. Grayscale: #4D4D4D. Windows color (decimal): -11906749 or 4411722. OLE color: 4411722.

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

Color convert

RGB748167-
CMYK0.0900.170.68
HSL90º9.46%29.02%-
HSV(B)90º17.28%31.76%-
XYZ6.787.756.45-
YUV77.31122.18125.64-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 81 (32.03% from 255) = 36.49%
BLUE value IS 67 (26.56% from 255) = 30.18%
R=33.33%
G=36.49%
B=30.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7481670.0900.170.68909.4629.02
Hex4A51439011445a91d
Octal112121103110211041321135
Binary100101010100011000011100101000110001001011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A5143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,81,67); }

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

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

 a { background-color: rgb(74,81,67); }

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

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

 span { border-color: rgb(74,81,67); }

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