Html Css Color HEX #355938 Parsley

📋 copy color: '#355938'

red 53 ◦ green 89 ◦ blue 56

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

Shades of Parsley #355938

Tints of Parsley #355938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 44.95%

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

R = 26.77%
G = 44.95%
B = 28.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#355938 (or 0x355938) is known color: Parsley. HEX triplet: 35, 59 and 38. RGB value is (53,89,56). Sum of RGB (Red+Green+Blue) = 53+89+56=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 56 (22.27% from 255 or 28.28% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #355938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355938 is #CAA6C7. Grayscale: #4A4A4A. Windows color (decimal): -13280968 or 3692853. OLE color: 3692853.

HSL color Cylindrical-coordinate representation of color #355938: hue angle of 125º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355938 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 56 -
CMYK 0.40 0 0.37 0.65
HSL 125º 0.25% 0.28% -
HSV(B) 125º 0.4% 0.35% -
XYZ 5.75 8.19 5.02 -
YUV 74.47 117.57 112.68 -
System Red Green Blue C M Y K H S L
Decimal 53 89 56 0.40 0 0.37 0.65 125 0.25 0.28
Hex 35 59 38 28 0 25 41 7D 19 1C
Octal 65 131 70 50 0 45 101 175 31 34
Binary 110101 1011001 111000 101000 0 100101 1000001 1111101 11001 11100

Color Harmonies of #355938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355938

Black with #355938

Text Example


Text Example

White with #355938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355938; }

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

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

background-color css

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

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

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

border-color css

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

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

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