#345538

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

Shades of Parsley #345538

Tints of Parsley #345538

Color information

#345538 (or 0x345538) is unknown color: approx Parsley. HEX triplet: 34, 55 and 38. RGB value is (52,85,56). Sum of RGB (Red+Green+Blue) = 52+85+56=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #345538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345538 is #CBAAC7. Grayscale: #474747. Windows color (decimal): -13347528 or 3691828. OLE color: 3691828.

HSL color Cylindrical-coordinate representation of color #345538: hue angle of 127.27º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345538 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB528556-
CMYK0.3900.340.67
HSL127.27º24.09%26.86%-
HSV(B)127.27º38.82%33.33%-
XYZ5.387.514.91-
YUV71.83119.07113.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=26.94%
G=44.04%
B=29.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285560.3900.340.67127.2724.0926.86
Hex34553827022437f181b
Octal6412570470421031773033
Binary11010010101011110001001110100010100001111111111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345538; }

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

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

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

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

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

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

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

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