#345135

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

Shades of Parsley #345135

Tints of Parsley #345135

Color information

#345135 (or 0x345135) is unknown color: approx Parsley. HEX triplet: 34, 51 and 35. RGB value is (52,81,53). Sum of RGB (Red+Green+Blue) = 52+81+53=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #345135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345135 is #CBAECA. Grayscale: #454545. Windows color (decimal): -13348555 or 3494196. OLE color: 3494196.

HSL color Cylindrical-coordinate representation of color #345135: hue angle of 122.07º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345135 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB528153-
CMYK0.3600.350.68
HSL122.07º21.8%26.08%-
HSV(B)122.07º35.8%31.76%-
XYZ56.874.43-
YUV69.14118.89115.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=27.96%
G=43.55%
B=28.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281530.3600.350.68122.0721.826.08
Hex34513524023447a161a
Octal6412165440431041722632
Binary11010010100011101011001000100011100010011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345135; }

 p { color: rgb(52,81,53); }

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

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

 a { background-color: rgb(52,81,53); }

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

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

 span { border-color: rgb(52,81,53); }

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