#345533

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

Shades of Parsley #345533

Tints of Parsley #345533

Color information

#345533 (or 0x345533) is unknown color: approx Parsley. HEX triplet: 34, 55 and 33. RGB value is (52,85,51). Sum of RGB (Red+Green+Blue) = 52+85+51=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #345533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345533 is #CBAACC. Grayscale: #474747. Windows color (decimal): -13347533 or 3364148. OLE color: 3364148.

HSL color Cylindrical-coordinate representation of color #345533: hue angle of 118.24º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345533 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.

Color convert

RGB528551-
CMYK0.3900.400.67
HSL118.24º25%26.67%-
HSV(B)118.24º40%33.33%-
XYZ5.267.474.3-
YUV71.26116.57114.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=27.66%
G=45.21%
B=27.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285510.3900.400.67118.242526.67
Hex345533270284376191b
Octal6412563470501031663133
Binary11010010101011100111001110101000100001111101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345533; }

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

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

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

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

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

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

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

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