#345433

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

Shades of Parsley #345433

Tints of Parsley #345433

Color information

#345433 (or 0x345433) is unknown color: approx Parsley. HEX triplet: 34, 54 and 33. RGB value is (52,84,51). Sum of RGB (Red+Green+Blue) = 52+84+51=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #345433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345433 is #CBABCC. Grayscale: #464646. Windows color (decimal): -13347789 or 3363892. OLE color: 3363892.

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

Color convert

RGB528451-
CMYK0.3800.390.67
HSL118.18º24.44%26.47%-
HSV(B)118.18º39.29%32.94%-
XYZ5.187.314.27-
YUV70.67116.9114.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 51 (20.31% from 255) = 27.27%
R=27.81%
G=44.92%
B=27.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284510.3800.390.67118.1824.4426.47
Hex345433260274376181a
Octal6412463460471031663032
Binary11010010101001100111001100100111100001111101101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345433; }

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

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

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

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

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

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

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

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