#43533A

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

Shades of Cabbage Pont #43533A

Tints of Cabbage Pont #43533A

Color information

#43533A (or 0x43533A) is unknown color: approx Cabbage Pont. HEX triplet: 43, 53 and 3A. RGB value is (67,83,58). Sum of RGB (Red+Green+Blue) = 67+83+58=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #43533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43533A is #BCACC5. Grayscale: #4B4B4B. Windows color (decimal): -12364998 or 3822403. OLE color: 3822403.

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

Color convert

RGB678358-
CMYK0.1900.300.67
HSL98.4º17.73%27.65%-
HSV(B)98.4º30.12%32.55%-
XYZ6.177.695.16-
YUV75.37118.2122.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=32.21%
G=39.90%
B=27.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6783580.1900.300.6798.417.7327.65
Hex43533A1301E4362121c
Octal10312372230361031422234
Binary1000011101001111101010011011110100001111000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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