#345944

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

Shades of Plantation #345944

Tints of Plantation #345944

Color information

#345944 (or 0x345944) is unknown color: approx Plantation. HEX triplet: 34, 59 and 44. RGB value is (52,89,68). Sum of RGB (Red+Green+Blue) = 52+89+68=209 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.88% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #345944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345944 is #CBA6BB. Grayscale: #4B4B4B. Windows color (decimal): -13346492 or 4479284. OLE color: 4479284.

HSL color Cylindrical-coordinate representation of color #345944: hue angle of 145.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345944 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.65.

Color convert

RGB528968-
CMYK0.4200.240.65
HSL145.95º26.24%27.65%-
HSV(B)145.95º41.57%34.9%-
XYZ6.038.296.75-
YUV75.54123.74111.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.88%
GREEN value IS 89 (35.16% from 255) = 42.58%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=24.88%
G=42.58%
B=32.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289680.4200.240.65145.9526.2427.65
Hex3459442A01841921a1c
Octal64131104520301012223234
Binary110100101100110001001010100110001000001100100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345944; }

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

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

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

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

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

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

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

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