#345C36

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

Shades of Parsley #345C36

Tints of Parsley #345C36

Color information

#345C36 (or 0x345C36) is unknown color: approx Parsley. HEX triplet: 34, 5C and 36. RGB value is (52,92,54). Sum of RGB (Red+Green+Blue) = 52+92+54=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 54 (21.48% from 255 or 27.27% from 198); Max value from RGB is 92 - color contains mainly: green. Hex color #345C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345C36 is #CBA3C9. Grayscale: #4B4B4B. Windows color (decimal): -13345738 or 3562548. OLE color: 3562548.

HSL color Cylindrical-coordinate representation of color #345C36: hue angle of 123º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345C36 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB529254-
CMYK0.4300.410.64
HSL123º27.78%28.24%-
HSV(B)123º43.48%36.08%-
XYZ5.918.654.85-
YUV75.71115.75111.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 92 (36.33% from 255) = 46.46%
BLUE value IS 54 (21.48% from 255) = 27.27%
R=26.26%
G=46.46%
B=27.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5292540.4300.410.6412327.7828.24
Hex345C362B029407b1c1c
Octal6413466530511001733434
Binary11010010111001101101010110101001100000011110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345C36; }

 p { color: rgb(52,92,54); }

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

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

 a { background-color: rgb(52,92,54); }

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

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

 span { border-color: rgb(52,92,54); }

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