Html Css Color HEX #345531 Parsley

📋 copy color: '#345531'

red 52 ◦ green 85 ◦ blue 49

#345531
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Parsley #345531

Tints of Parsley #345531

RGB

 RED value IS 52 (20.7% from 255) = 27.96%

 GREEN value IS 85 (33.59% from 255) = 45.7%

 BLUE value IS 49 (19.53% from 255) = 26.34%

R = 27.96%
G = 45.7%
B = 26.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#345531 (or 0x345531) is known color: Parsley. HEX triplet: 34, 55 and 31. RGB value is (52,85,49). Sum of RGB (Red+Green+Blue) = 52+85+49=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #345531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345531 is #CBAACE. Grayscale: #474747. Windows color (decimal): -13347535 or 3233076. OLE color: 3233076.

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

Color convert

RGB 52 85 49 -
CMYK 0.39 0 0.42 0.67
HSL 115º 0.27% 0.26% -
HSV(B) 115º 0.42% 0.33% -
XYZ 5.22 7.45 4.07 -
YUV 71.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 52 85 49 0.39 0 0.42 0.67 115 0.27 0.26
Hex 34 55 31 27 0 2A 43 73 1B 1A
Octal 64 125 61 47 0 52 103 163 33 32
Binary 110100 1010101 110001 100111 0 101010 1000011 1110011 11011 11010

Color Harmonies of #345531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345531

Black with #345531

Text Example


Text Example

White with #345531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345531; }

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

 H1.HeaderClassName
 {
   color: #345531;
 }
 .AnyTagClassName
 {
   color: #345531;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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