#345036

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

Shades of Parsley #345036

Tints of Parsley #345036

Color information

#345036 (or 0x345036) is unknown color: approx Parsley. HEX triplet: 34, 50 and 36. RGB value is (52,80,54). Sum of RGB (Red+Green+Blue) = 52+80+54=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 54 (21.48% from 255 or 29.03% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #345036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345036 is #CBAFC9. Grayscale: #444444. Windows color (decimal): -13348810 or 3559476. OLE color: 3559476.

HSL color Cylindrical-coordinate representation of color #345036: hue angle of 124.29º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #345036 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB528054-
CMYK0.3500.330.69
HSL124.29º21.21%25.88%-
HSV(B)124.29º35%31.37%-
XYZ4.956.734.53-
YUV68.66119.72116.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 54 (21.48% from 255) = 29.03%
R=27.96%
G=43.01%
B=29.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280540.3500.330.69124.2921.2125.88
Hex34503623021457c151a
Octal6412066430411051742532
Binary11010010100001101101000110100001100010111111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345036; }

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

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

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

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

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

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

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

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