Html Css Color HEX #355338 Parsley

📋 copy color: '#355338'

red 53 ◦ green 83 ◦ blue 56

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

Shades of Parsley #355338

Tints of Parsley #355338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 43.23%

 BLUE value IS 56 (22.27% from 255) = 29.17%

R = 27.6%
G = 43.23%
B = 29.17%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#355338 (or 0x355338) is known color: Parsley. HEX triplet: 35, 53 and 38. RGB value is (53,83,56). Sum of RGB (Red+Green+Blue) = 53+83+56=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 83 - color contains mainly: green. Hex color #355338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355338 is #CAACC7. Grayscale: #474747. Windows color (decimal): -13282504 or 3691317. OLE color: 3691317.

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

Color convert

RGB 53 83 56 -
CMYK 0.36 0 0.33 0.67
HSL 126º 0.22% 0.27% -
HSV(B) 126º 0.36% 0.33% -
XYZ 5.28 7.23 4.86 -
YUV 70.95 119.56 115.2 -
System Red Green Blue C M Y K H S L
Decimal 53 83 56 0.36 0 0.33 0.67 126 0.22 0.27
Hex 35 53 38 24 0 21 43 7E 16 1B
Octal 65 123 70 44 0 41 103 176 26 33
Binary 110101 1010011 111000 100100 0 100001 1000011 1111110 10110 11011

Color Harmonies of #355338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355338

Black with #355338

Text Example


Text Example

White with #355338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355338; }

 p { color: rgb(53,83,56); }

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

background-color css

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

 a { background-color: rgb(53,83,56); }

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

border-color css

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

 span { border-color: rgb(53,83,56); }

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