#345338

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

Shades of Parsley #345338

Tints of Parsley #345338

Color information

#345338 (or 0x345338) is unknown color: approx Parsley. HEX triplet: 34, 53 and 38. RGB value is (52,83,56). Sum of RGB (Red+Green+Blue) = 52+83+56=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #345338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345338 is #CBACC7. Grayscale: #464646. Windows color (decimal): -13348040 or 3691316. OLE color: 3691316.

HSL color Cylindrical-coordinate representation of color #345338: hue angle of 127.74º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345338 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB528356-
CMYK0.3700.330.67
HSL127.74º22.96%26.47%-
HSV(B)127.74º37.35%32.55%-
XYZ5.227.24.86-
YUV70.65119.73114.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 56 (22.27% from 255) = 29.32%
R=27.23%
G=43.46%
B=29.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283560.3700.330.67127.7422.9626.47
Hex345338250214380171a
Octal6412370450411032002732
Binary110100101001111100010010101000011000011100000001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345338; }

 p { color: rgb(52,83,56); }

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

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

 a { background-color: rgb(52,83,56); }

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

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

 span { border-color: rgb(52,83,56); }

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