#43503D

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

Shades of Cabbage Pont #43503D

Tints of Cabbage Pont #43503D

Color information

#43503D (or 0x43503D) is unknown color: approx Cabbage Pont. HEX triplet: 43, 50 and 3D. RGB value is (67,80,61). Sum of RGB (Red+Green+Blue) = 67+80+61=208 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.21% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 80 - color contains mainly: green. Hex color #43503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43503D is #BCAFC2. Grayscale: #4A4A4A. Windows color (decimal): -12365763 or 4018243. OLE color: 4018243.

HSL color Cylindrical-coordinate representation of color #43503D: hue angle of 101.05º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #43503D is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB678061-
CMYK0.1600.240.69
HSL101.05º13.48%27.65%-
HSV(B)101.05º23.75%31.37%-
XYZ6.037.275.5-
YUV73.95120.69123.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.21%
GREEN value IS 80 (31.64% from 255) = 38.46%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=32.21%
G=38.46%
B=29.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780610.1600.240.69101.0513.4827.65
Hex43503D100184565d1c
Octal10312075200301051451534
Binary100001110100001111011000001100010001011100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43503D; }

 p { color: rgb(67,80,61); }

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

<style>
 a { background-color: #43503D; }

 a { background-color: rgb(67,80,61); }

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

<style>
 span { border-color: #43503D; }

 span { border-color: rgb(67,80,61); }

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