Html Css Color HEX #345832 Parsley

📋 copy color: '#345832'

red 52 ◦ green 88 ◦ blue 50

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

Shades of Parsley #345832

Tints of Parsley #345832

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.32%

 BLUE value IS 50 (19.92% from 255) = 26.32%

R = 27.37%
G = 46.32%
B = 26.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.43

 K value IS 0.65

RGB Variations

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

Color information

#345832 (or 0x345832) is known color: Parsley. HEX triplet: 34, 58 and 32. RGB value is (52,88,50). Sum of RGB (Red+Green+Blue) = 52+88+50=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 50 (19.92% from 255 or 26.32% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #345832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345832 is #CBA7CD. Grayscale: #494949. Windows color (decimal): -13346766 or 3299380. OLE color: 3299380.

HSL color Cylindrical-coordinate representation of color #345832: hue angle of 116.84º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #345832 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 88 50 -
CMYK 0.41 0 0.43 0.65
HSL 116.84º 0.28% 0.27% -
HSV(B) 116.84º 0.43% 0.35% -
XYZ 5.48 7.94 4.26 -
YUV 72.9 115.07 113.09 -
System Red Green Blue C M Y K H S L
Decimal 52 88 50 0.41 0 0.43 0.65 116.84 0.28 0.27
Hex 34 58 32 29 0 2B 41 75 1C 1B
Octal 64 130 62 51 0 53 101 165 34 33
Binary 110100 1011000 110010 101001 0 101011 1000001 1110101 11100 11011

Color Harmonies of #345832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345832

Black with #345832

Text Example


Text Example

White with #345832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345832; }

 p { color: rgb(52,88,50); }

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

background-color css

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

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

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

border-color css

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

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

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