#435048

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

Shades of Plantation #435048

Tints of Plantation #435048

Color information

#435048 (or 0x435048) is unknown color: approx Plantation. HEX triplet: 43, 50 and 48. RGB value is (67,80,72). Sum of RGB (Red+Green+Blue) = 67+80+72=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 72 (28.52% from 255 or 32.88% from 219); Max value from RGB is 80 - color contains mainly: green. Hex color #435048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435048 is #BCAFB7. Grayscale: #4B4B4B. Windows color (decimal): -12365752 or 4739139. OLE color: 4739139.

HSL color Cylindrical-coordinate representation of color #435048: hue angle of 143.08º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #435048 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB678072-
CMYK0.1600.100.69
HSL143.08º8.84%28.82%-
HSV(B)143.08º16.25%31.37%-
XYZ6.357.47.22-
YUV75.2126.19122.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 72 (28.52% from 255) = 32.88%
R=30.59%
G=36.53%
B=32.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6780720.1600.100.69143.088.8428.82
Hex435048100A458f91d
Octal103120110200121052171135
Binary1000011101000010010001000001010100010110001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435048; }

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

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

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

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

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

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

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

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