#434D48

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

Shades of Plantation #434D48

Tints of Plantation #434D48

Color information

#434D48 (or 0x434D48) is unknown color: approx Plantation. HEX triplet: 43, 4D and 48. RGB value is (67,77,72). Sum of RGB (Red+Green+Blue) = 67+77+72=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 77 - color contains mainly: green. Hex color #434D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #434D48 is #BCB2B7. Grayscale: #494949. Windows color (decimal): -12366520 or 4738371. OLE color: 4738371.

HSL color Cylindrical-coordinate representation of color #434D48: hue angle of 150º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #434D48 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.70.

Color convert

RGB677772-
CMYK0.1300.060.70
HSL150º6.94%28.24%-
HSV(B)150º12.99%30.2%-
XYZ6.146.977.15-
YUV73.44127.19123.41-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.02%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=31.02%
G=35.65%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6777720.1300.060.701506.9428.24
Hex434D48D06469671c
Octal1031151101506106226734
Binary1000011100110110010001101011010001101001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D48; }

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

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

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

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

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

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

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

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