#345443

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

Shades of Plantation #345443

Tints of Plantation #345443

Color information

#345443 (or 0x345443) is unknown color: approx Plantation. HEX triplet: 34, 54 and 43. RGB value is (52,84,67). Sum of RGB (Red+Green+Blue) = 52+84+67=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #345443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345443 is #CBABBC. Grayscale: #484848. Windows color (decimal): -13347773 or 4412468. OLE color: 4412468.

HSL color Cylindrical-coordinate representation of color #345443: hue angle of 148.12º 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 #345443 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB528467-
CMYK0.3800.200.67
HSL148.12º23.53%26.67%-
HSV(B)148.12º38.1%32.94%-
XYZ5.67.486.46-
YUV72.49124.9113.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 67 (26.56% from 255) = 33.00%
R=25.62%
G=41.38%
B=33.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284670.3800.200.67148.1223.5326.67
Hex345443260144394181b
Octal64124103460241032243033
Binary110100101010010000111001100101001000011100101001100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345443; }

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

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

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

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

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

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

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

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