#435F4F

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

Shades of Plantation #435F4F

Tints of Plantation #435F4F

Color information

#435F4F (or 0x435F4F) is unknown color: approx Plantation. HEX triplet: 43, 5F and 4F. RGB value is (67,95,79). Sum of RGB (Red+Green+Blue) = 67+95+79=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 95 - color contains mainly: green. Hex color #435F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F4F is #BCA0B0. Grayscale: #545454. Windows color (decimal): -12361905 or 5201731. OLE color: 5201731.

HSL color Cylindrical-coordinate representation of color #435F4F: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435F4F is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB679579-
CMYK0.2900.170.63
HSL145.71º17.28%31.76%-
HSV(B)145.71º29.47%37.25%-
XYZ7.829.948.9-
YUV84.8124.72115.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.80%
GREEN value IS 95 (37.5% from 255) = 39.42%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=27.80%
G=39.42%
B=32.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6795790.2900.170.63145.7117.2831.76
Hex435F4F1D0113F921120
Octal10313711735021772222140
Binary100001110111111001111111010100011111111001001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435F4F; }

 p { color: rgb(67,95,79); }

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

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

 a { background-color: rgb(67,95,79); }

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

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

 span { border-color: rgb(67,95,79); }

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