Html Css Color HEX #355738 Parsley

📋 copy color: '#355738'

red 53 ◦ green 87 ◦ blue 56

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

Shades of Parsley #355738

Tints of Parsley #355738

RGB

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

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

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

R = 27.04%
G = 44.39%
B = 28.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#355738 (or 0x355738) is known color: Parsley. HEX triplet: 35, 57 and 38. RGB value is (53,87,56). Sum of RGB (Red+Green+Blue) = 53+87+56=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 56 (22.27% from 255 or 28.57% from 196); Max value from RGB is 87 - color contains mainly: green. Hex color #355738 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355738 is #CAA8C7. Grayscale: #494949. Windows color (decimal): -13281480 or 3692341. OLE color: 3692341.

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

Color convert

RGB 53 87 56 -
CMYK 0.39 0 0.36 0.66
HSL 125.29º 0.24% 0.27% -
HSV(B) 125.29º 0.39% 0.34% -
XYZ 5.59 7.86 4.96 -
YUV 73.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 53 87 56 0.39 0 0.36 0.66 125.29 0.24 0.27
Hex 35 57 38 27 0 24 42 7D 18 1B
Octal 65 127 70 47 0 44 102 175 30 33
Binary 110101 1010111 111000 100111 0 100100 1000010 1111101 11000 11011

Color Harmonies of #355738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355738

Black with #355738

Text Example


Text Example

White with #355738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355738; }

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

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

background-color css

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

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

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

border-color css

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

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

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