#346349

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

Shades of Plantation #346349

Tints of Plantation #346349

Color information

#346349 (or 0x346349) is unknown color: approx Plantation. HEX triplet: 34, 63 and 49. RGB value is (52,99,73). Sum of RGB (Red+Green+Blue) = 52+99+73=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #346349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346349 is #CB9CB6. Grayscale: #525252. Windows color (decimal): -13343927 or 4809524. OLE color: 4809524.

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

Color convert

RGB529973-
CMYK0.4700.260.61
HSL146.81º31.13%29.61%-
HSV(B)146.81º47.47%38.82%-
XYZ7.0810.137.89-
YUV81.98122.93106.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 99 (39.06% from 255) = 44.20%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=23.21%
G=44.20%
B=32.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299730.4700.260.61146.8131.1329.61
Hex3463492F01A3D931f1e
Octal6414311157032752233736
Binary11010011000111001001101111011010111101100100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346349; }

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

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

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

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

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

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

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

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