Html Css Color HEX #354E35 Parsley

📋 copy color: '#354E35'

red 53 ◦ green 78 ◦ blue 53

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

Shades of Parsley #354E35

Tints of Parsley #354E35

RGB

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

 GREEN value IS 78 (30.86% from 255) = 42.39%

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

R = 28.8%
G = 42.39%
B = 28.8%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.32

 K value IS 0.69

RGB Variations

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

Color information

#354E35 (or 0x354E35) is known color: Parsley. HEX triplet: 35, 4E and 35. RGB value is (53,78,53). Sum of RGB (Red+Green+Blue) = 53+78+53=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #354E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E35 is #CAB1CA. Grayscale: #434343. Windows color (decimal): -13283787 or 3493429. OLE color: 3493429.

HSL color Cylindrical-coordinate representation of color #354E35: hue angle of 120º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E35 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 78 53 -
CMYK 0.32 0 0.32 0.69
HSL 120º 0.19% 0.26% -
HSV(B) 120º 0.32% 0.31% -
XYZ 4.84 6.46 4.36 -
YUV 67.68 119.72 117.53 -
System Red Green Blue C M Y K H S L
Decimal 53 78 53 0.32 0 0.32 0.69 120 0.19 0.26
Hex 35 4E 35 20 0 20 45 78 13 1A
Octal 65 116 65 40 0 40 105 170 23 32
Binary 110101 1001110 110101 100000 0 100000 1000101 1111000 10011 11010

Color Harmonies of #354E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354E35

Black with #354E35

Text Example


Text Example

White with #354E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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