#43553A

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

Shades of Cabbage Pont #43553A

Tints of Cabbage Pont #43553A

Color information

#43553A (or 0x43553A) is unknown color: approx Cabbage Pont. HEX triplet: 43, 55 and 3A. RGB value is (67,85,58). Sum of RGB (Red+Green+Blue) = 67+85+58=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #43553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43553A is #BCAAC5. Grayscale: #4C4C4C. Windows color (decimal): -12364486 or 3822915. OLE color: 3822915.

HSL color Cylindrical-coordinate representation of color #43553A: hue angle of 100º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #43553A is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.

Color convert

RGB678558-
CMYK0.2100.320.67
HSL100º18.88%28.04%-
HSV(B)100º31.76%33.33%-
XYZ6.3385.21-
YUV76.54117.54121.2-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=31.90%
G=40.48%
B=27.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6785580.2100.320.6710018.8828.04
Hex43553A150204364131c
Octal10312572250401031442334
Binary10000111010101111010101010100000100001111001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43553A; }

 p { color: rgb(67,85,58); }

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

<style>
 a { background-color: #43553A; }

 a { background-color: rgb(67,85,58); }

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

<style>
 span { border-color: #43553A; }

 span { border-color: rgb(67,85,58); }

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