#346533

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

Shades of Parsley #346533

Tints of Parsley #346533

Color information

#346533 (or 0x346533) is unknown color: approx Parsley. HEX triplet: 34, 65 and 33. RGB value is (52,101,51). Sum of RGB (Red+Green+Blue) = 52+101+51=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 51 (20.31% from 255 or 25% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #346533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346533 is #CB9ACC. Grayscale: #505050. Windows color (decimal): -13343437 or 3368244. OLE color: 3368244.

HSL color Cylindrical-coordinate representation of color #346533: hue angle of 118.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346533 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.60.

Color convert

RGB5210151-
CMYK0.4900.500.60
HSL118.8º32.89%29.8%-
HSV(B)118.8º49.5%39.61%-
XYZ6.6710.284.76-
YUV80.65111.27107.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 101 (39.84% from 255) = 49.51%
BLUE value IS 51 (20.31% from 255) = 25%
R=25.49%
G=49.51%
B=25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52101510.4900.500.60118.832.8929.8
Hex346533310323C77211e
Octal641456361062741674136
Binary11010011001011100111100010110010111100111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346533; }

 p { color: rgb(52,101,51); }

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

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

 a { background-color: rgb(52,101,51); }

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

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

 span { border-color: rgb(52,101,51); }

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