Html Css Color HEX #354F37 Parsley

📋 copy color: '#354F37'

red 53 ◦ green 79 ◦ blue 55

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

Shades of Parsley #354F37

Tints of Parsley #354F37

RGB

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

 GREEN value IS 79 (31.25% from 255) = 42.25%

 BLUE value IS 55 (21.88% from 255) = 29.41%

R = 28.34%
G = 42.25%
B = 29.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#354F37 (or 0x354F37) is known color: Parsley. HEX triplet: 35, 4F and 37. RGB value is (53,79,55). Sum of RGB (Red+Green+Blue) = 53+79+55=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 55 (21.88% from 255 or 29.41% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #354F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354F37 is #CAB0C8. Grayscale: #444444. Windows color (decimal): -13283529 or 3624757. OLE color: 3624757.

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

Color convert

RGB 53 79 55 -
CMYK 0.33 0 0.30 0.69
HSL 124.62º 0.2% 0.26% -
HSV(B) 124.62º 0.33% 0.31% -
XYZ 4.95 6.62 4.63 -
YUV 68.49 120.39 116.95 -
System Red Green Blue C M Y K H S L
Decimal 53 79 55 0.33 0 0.30 0.69 124.62 0.2 0.26
Hex 35 4F 37 21 0 1E 45 7D 14 1A
Octal 65 117 67 41 0 36 105 175 24 32
Binary 110101 1001111 110111 100001 0 11110 1000101 1111101 10100 11010

Color Harmonies of #354F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354F37

Black with #354F37

Text Example


Text Example

White with #354F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,79,55); }

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

background-color css

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

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

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

border-color css

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

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

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