Html Css Color HEX #355834 Parsley

📋 copy color: '#355834'

red 53 ◦ green 88 ◦ blue 52

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

Shades of Parsley #355834

Tints of Parsley #355834

RGB

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

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

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

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

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #355834: hue angle of 118.33º 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 #355834 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 88 52 -
CMYK 0.40 0 0.41 0.65
HSL 118.33º 0.26% 0.27% -
HSV(B) 118.33º 0.41% 0.35% -
XYZ 5.58 7.98 4.5 -
YUV 73.43 115.9 113.43 -
System Red Green Blue C M Y K H S L
Decimal 53 88 52 0.40 0 0.41 0.65 118.33 0.26 0.27
Hex 35 58 34 28 0 29 41 76 1A 1B
Octal 65 130 64 50 0 51 101 166 32 33
Binary 110101 1011000 110100 101000 0 101001 1000001 1110110 11010 11011

Color Harmonies of #355834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355834

Black with #355834

Text Example


Text Example

White with #355834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355834; }

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

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

background-color css

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

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

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

border-color css

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

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

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