Html Css Color HEX #395D38 Parsley

📋 copy color: '#395D38'

red 57 ◦ green 93 ◦ blue 56

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

Shades of Parsley #395D38

Tints of Parsley #395D38

RGB

 RED value IS 57 (22.66% from 255) = 27.67%

 GREEN value IS 93 (36.72% from 255) = 45.15%

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

R = 27.67%
G = 45.15%
B = 27.18%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#395D38 (or 0x395D38) is known color: Parsley. HEX triplet: 39, 5D and 38. RGB value is (57,93,56). Sum of RGB (Red+Green+Blue) = 57+93+56=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #395D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D38 is #C6A2C7. Grayscale: #4E4E4E. Windows color (decimal): -13017800 or 3693881. OLE color: 3693881.

HSL color Cylindrical-coordinate representation of color #395D38: hue angle of 118.38º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #395D38 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 57 93 56 -
CMYK 0.39 0 0.40 0.64
HSL 118.38º 0.25% 0.29% -
HSV(B) 118.38º 0.4% 0.36% -
XYZ 6.32 8.98 5.14 -
YUV 78.02 115.57 113.01 -
System Red Green Blue C M Y K H S L
Decimal 57 93 56 0.39 0 0.40 0.64 118.38 0.25 0.29
Hex 39 5D 38 27 0 28 40 76 19 1D
Octal 71 135 70 47 0 50 100 166 31 35
Binary 111001 1011101 111000 100111 0 101000 1000000 1110110 11001 11101

Color Harmonies of #395D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395D38

Black with #395D38

Text Example


Text Example

White with #395D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395D38; }

 p { color: rgb(57,93,56); }

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

background-color css

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

 a { background-color: rgb(57,93,56); }

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

border-color css

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

 span { border-color: rgb(57,93,56); }

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