Html Css Color HEX #345731 Parsley

📋 copy color: '#345731'

red 52 ◦ green 87 ◦ blue 49

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

Shades of Parsley #345731

Tints of Parsley #345731

RGB

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

 GREEN value IS 87 (34.38% from 255) = 46.28%

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

R = 27.66%
G = 46.28%
B = 26.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#345731 (or 0x345731) is known color: Parsley. HEX triplet: 34, 57 and 31. RGB value is (52,87,49). Sum of RGB (Red+Green+Blue) = 52+87+49=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 87 (34.38% from 255 or 46.28% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 87 - color contains mainly: green. Hex color #345731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345731 is #CBA8CE. Grayscale: #484848. Windows color (decimal): -13347023 or 3233588. OLE color: 3233588.

HSL color Cylindrical-coordinate representation of color #345731: hue angle of 115.26º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345731 is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 87 49 -
CMYK 0.40 0 0.44 0.66
HSL 115.26º 0.28% 0.27% -
HSV(B) 115.26º 0.44% 0.34% -
XYZ 5.38 7.77 4.12 -
YUV 72.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 52 87 49 0.40 0 0.44 0.66 115.26 0.28 0.27
Hex 34 57 31 28 0 2C 42 73 1C 1B
Octal 64 127 61 50 0 54 102 163 34 33
Binary 110100 1010111 110001 101000 0 101100 1000010 1110011 11100 11011

Color Harmonies of #345731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345731

Black with #345731

Text Example


Text Example

White with #345731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345731; }

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

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

background-color css

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

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

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

border-color css

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

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

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