#345544

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

Shades of Plantation #345544

Tints of Plantation #345544

Color information

#345544 (or 0x345544) is unknown color: approx Plantation. HEX triplet: 34, 55 and 44. RGB value is (52,85,68). Sum of RGB (Red+Green+Blue) = 52+85+68=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #345544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345544 is #CBAABB. Grayscale: #494949. Windows color (decimal): -13347516 or 4478260. OLE color: 4478260.

HSL color Cylindrical-coordinate representation of color #345544: hue angle of 149.09º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345544 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB528568-
CMYK0.3900.200.67
HSL149.09º24.09%26.86%-
HSV(B)149.09º38.82%33.33%-
XYZ5.717.646.64-
YUV73.19125.07112.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 68 (26.95% from 255) = 33.17%
R=25.37%
G=41.46%
B=33.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285680.3900.200.67149.0924.0926.86
Hex345544270144395181b
Octal64125104470241032253033
Binary110100101010110001001001110101001000011100101011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345544; }

 p { color: rgb(52,85,68); }

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

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

 a { background-color: rgb(52,85,68); }

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

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

 span { border-color: rgb(52,85,68); }

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