Html Css Color HEX #395039 Parsley

📋 copy color: '#395039'

red 57 ◦ green 80 ◦ blue 57

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

Shades of Parsley #395039

Tints of Parsley #395039

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.24%

 BLUE value IS 57 (22.66% from 255) = 29.38%

R = 29.38%
G = 41.24%
B = 29.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#395039 (or 0x395039) is known color: Parsley. HEX triplet: 39, 50 and 39. RGB value is (57,80,57). Sum of RGB (Red+Green+Blue) = 57+80+57=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #395039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395039 is #C6AFC6. Grayscale: #464646. Windows color (decimal): -13021127 or 3756089. OLE color: 3756089.

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

Color convert

RGB 57 80 57 -
CMYK 0.29 0 0.29 0.69
HSL 120º 0.17% 0.27% -
HSV(B) 120º 0.29% 0.31% -
XYZ 5.29 6.9 4.92 -
YUV 70.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 57 80 57 0.29 0 0.29 0.69 120 0.17 0.27
Hex 39 50 39 1D 0 1D 45 78 11 1B
Octal 71 120 71 35 0 35 105 170 21 33
Binary 111001 1010000 111001 11101 0 11101 1000101 1111000 10001 11011

Color Harmonies of #395039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395039

Black with #395039

Text Example


Text Example

White with #395039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395039; }

 p { color: rgb(57,80,57); }

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

background-color css

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

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

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

border-color css

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

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

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