#346249

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

Shades of Plantation #346249

Tints of Plantation #346249

Color information

#346249 (or 0x346249) is unknown color: approx Plantation. HEX triplet: 34, 62 and 49. RGB value is (52,98,73). Sum of RGB (Red+Green+Blue) = 52+98+73=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 98 - color contains mainly: green. Hex color #346249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346249 is #CB9DB6. Grayscale: #515151. Windows color (decimal): -13344183 or 4809268. OLE color: 4809268.

HSL color Cylindrical-coordinate representation of color #346249: hue angle of 147.39º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346249 is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB529873-
CMYK0.4700.260.62
HSL147.39º30.67%29.41%-
HSV(B)147.39º46.94%38.43%-
XYZ6.999.957.85-
YUV81.4123.26107.03-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=23.32%
G=43.95%
B=32.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298730.4700.260.62147.3930.6729.41
Hex3462492F01A3E931f1d
Octal6414211157032762233735
Binary11010011000101001001101111011010111110100100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346249; }

 p { color: rgb(52,98,73); }

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

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

 a { background-color: rgb(52,98,73); }

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

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

 span { border-color: rgb(52,98,73); }

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