#43514B

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

Shades of Plantation #43514B

Tints of Plantation #43514B

Color information

#43514B (or 0x43514B) is unknown color: approx Plantation. HEX triplet: 43, 51 and 4B. RGB value is (67,81,75). Sum of RGB (Red+Green+Blue) = 67+81+75=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 81 - color contains mainly: green. Hex color #43514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43514B is #BCAEB4. Grayscale: #4C4C4C. Windows color (decimal): -12365493 or 4936003. OLE color: 4936003.

HSL color Cylindrical-coordinate representation of color #43514B: hue angle of 154.29º 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 #43514B is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB678175-
CMYK0.1700.070.68
HSL154.29º9.46%29.02%-
HSV(B)154.29º17.28%31.76%-
XYZ6.537.597.78-
YUV76.13127.36121.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.04%
GREEN value IS 81 (32.03% from 255) = 36.32%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=30.04%
G=36.32%
B=33.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6781750.1700.070.68154.299.4629.02
Hex43514B1107449a91d
Octal10312111321071042321135
Binary100001110100011001011100010111100010010011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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