#43524B

Color #43524B Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #43524B

Tints of Plantation #43524B

Color information

#43524B (or 0x43524B) is unknown color: approx Plantation. HEX triplet: 43, 52 and 4B. RGB value is (67,82,75). Sum of RGB (Red+Green+Blue) = 67+82+75=224 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.91% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 82 - color contains mainly: green. Hex color #43524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43524B is #BCADB4. Grayscale: #4C4C4C. Windows color (decimal): -12365237 or 4936259. OLE color: 4936259.

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

Color convert

RGB678275-
CMYK0.1800.090.68
HSL152º10.07%29.22%-
HSV(B)152º18.29%32.16%-
XYZ6.67.747.8-
YUV76.72127.03121.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.91%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=29.91%
G=36.61%
B=33.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6782750.1800.090.6815210.0729.22
Hex43524B12094498a1d
Octal103122113220111042301235
Binary1000011101001010010111001001001100010010011000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43524B; }

 p { color: rgb(67,82,75); }

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

<style>
 a { background-color: #43524B; }

 a { background-color: rgb(67,82,75); }

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

<style>
 span { border-color: #43524B; }

 span { border-color: rgb(67,82,75); }

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