#345042

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

Shades of Plantation #345042

Tints of Plantation #345042

Color information

#345042 (or 0x345042) is unknown color: approx Plantation. HEX triplet: 34, 50 and 42. RGB value is (52,80,66). Sum of RGB (Red+Green+Blue) = 52+80+66=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #345042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345042 is #CBAFBD. Grayscale: #464646. Windows color (decimal): -13348798 or 4345908. OLE color: 4345908.

HSL color Cylindrical-coordinate representation of color #345042: hue angle of 150º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #345042 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB528066-
CMYK0.3500.170.69
HSL150º21.21%25.88%-
HSV(B)150º35%31.37%-
XYZ5.276.866.2-
YUV70.03125.72115.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=26.26%
G=40.40%
B=33.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280660.3500.170.6915021.2125.88
Hex345042230114596151a
Octal64120102430211052262532
Binary110100101000010000101000110100011000101100101101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345042; }

 p { color: rgb(52,80,66); }

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

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

 a { background-color: rgb(52,80,66); }

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

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

 span { border-color: rgb(52,80,66); }

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