Html Css Color HEX #345835 Parsley

📋 copy color: '#345835'

red 52 ◦ green 88 ◦ blue 53

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

Shades of Parsley #345835

Tints of Parsley #345835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.46%

R = 26.94%
G = 45.6%
B = 27.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.40

 K value IS 0.65

RGB Variations

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

Color information

#345835 (or 0x345835) is known color: Parsley. HEX triplet: 34, 58 and 35. RGB value is (52,88,53). Sum of RGB (Red+Green+Blue) = 52+88+53=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #345835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345835 is #CBA7CA. Grayscale: #494949. Windows color (decimal): -13346763 or 3495988. OLE color: 3495988.

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

Color convert

RGB 52 88 53 -
CMYK 0.41 0 0.40 0.65
HSL 121.67º 0.26% 0.27% -
HSV(B) 121.67º 0.41% 0.35% -
XYZ 5.55 7.97 4.61 -
YUV 73.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 52 88 53 0.41 0 0.40 0.65 121.67 0.26 0.27
Hex 34 58 35 29 0 28 41 7A 1A 1B
Octal 64 130 65 51 0 50 101 172 32 33
Binary 110100 1011000 110101 101001 0 101000 1000001 1111010 11010 11011

Color Harmonies of #345835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345835

Black with #345835

Text Example


Text Example

White with #345835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345835; }

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

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

background-color css

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

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

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

border-color css

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

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

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