#345334

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

Shades of Parsley #345334

Tints of Parsley #345334

Color information

#345334 (or 0x345334) is unknown color: approx Parsley. HEX triplet: 34, 53 and 34. RGB value is (52,83,52). Sum of RGB (Red+Green+Blue) = 52+83+52=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 52 (20.70% from 255 or 27.81% from 187); Max value from RGB is 83 - color contains mainly: green. Hex color #345334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345334 is #CBACCB. Grayscale: #464646. Windows color (decimal): -13348044 or 3429172. OLE color: 3429172.

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

Color convert

RGB528352-
CMYK0.3700.370.67
HSL120º22.96%26.47%-
HSV(B)120º37.35%32.55%-
XYZ5.137.164.36-
YUV70.2117.73115.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 52 (20.70% from 255) = 27.81%
R=27.81%
G=44.39%
B=27.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283520.3700.370.6712022.9626.47
Hex345334250254378171a
Octal6412364450451031702732
Binary11010010100111101001001010100101100001111110001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345334; }

 p { color: rgb(52,83,52); }

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

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

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

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

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

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

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