Html Css Color HEX #356035 Parsley

📋 copy color: '#356035'

red 53 ◦ green 96 ◦ blue 53

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

Shades of Parsley #356035

Tints of Parsley #356035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.52%

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

R = 26.24%
G = 47.52%
B = 26.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#356035 (or 0x356035) is known color: Parsley. HEX triplet: 35, 60 and 35. RGB value is (53,96,53). Sum of RGB (Red+Green+Blue) = 53+96+53=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #356035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356035 is #CA9FCA. Grayscale: #4E4E4E. Windows color (decimal): -13279179 or 3498037. OLE color: 3498037.

HSL color Cylindrical-coordinate representation of color #356035: hue angle of 120º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356035 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 53 -
CMYK 0.45 0 0.45 0.62
HSL 120º 0.29% 0.29% -
HSV(B) 120º 0.45% 0.38% -
XYZ 6.29 9.38 4.85 -
YUV 78.24 113.75 110 -
System Red Green Blue C M Y K H S L
Decimal 53 96 53 0.45 0 0.45 0.62 120 0.29 0.29
Hex 35 60 35 2D 0 2D 3E 78 1D 1D
Octal 65 140 65 55 0 55 76 170 35 35
Binary 110101 1100000 110101 101101 0 101101 111110 1111000 11101 11101

Color Harmonies of #356035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356035

Black with #356035

Text Example


Text Example

White with #356035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356035; }

 p { color: rgb(53,96,53); }

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

background-color css

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

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

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

border-color css

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

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

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