#345444

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

Shades of Plantation #345444

Tints of Plantation #345444

Color information

#345444 (or 0x345444) is unknown color: approx Plantation. HEX triplet: 34, 54 and 44. RGB value is (52,84,68). Sum of RGB (Red+Green+Blue) = 52+84+68=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 84 - color contains mainly: green. Hex color #345444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345444 is #CBABBB. Grayscale: #484848. Windows color (decimal): -13347772 or 4478004. OLE color: 4478004.

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

Color convert

RGB528468-
CMYK0.3800.190.67
HSL150º23.53%26.67%-
HSV(B)150º38.1%32.94%-
XYZ5.637.496.62-
YUV72.61125.4113.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 68 (26.95% from 255) = 33.33%
R=25.49%
G=41.18%
B=33.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284680.3800.190.6715023.5326.67
Hex345444260134396181b
Octal64124104460231032263033
Binary110100101010010001001001100100111000011100101101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345444; }

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

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

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

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

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

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

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

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