Html Css Color HEX #385937 Parsley

📋 copy color: '#385937'

red 56 ◦ green 89 ◦ blue 55

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

Shades of Parsley #385937

Tints of Parsley #385937

RGB

 RED value IS 56 (22.27% from 255) = 28%

 GREEN value IS 89 (35.16% from 255) = 44.5%

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

R = 28%
G = 44.5%
B = 27.5%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#385937 (or 0x385937) is known color: Parsley. HEX triplet: 38, 59 and 37. RGB value is (56,89,55). Sum of RGB (Red+Green+Blue) = 56+89+55=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 89 (35.16% from 255 or 44.5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 89 - color contains mainly: green. Hex color #385937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385937 is #C7A6C8. Grayscale: #4B4B4B. Windows color (decimal): -13084361 or 3627320. OLE color: 3627320.

HSL color Cylindrical-coordinate representation of color #385937: hue angle of 118.24º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #385937 is Cyan = 0.37, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 89 55 -
CMYK 0.37 0 0.38 0.65
HSL 118.24º 0.24% 0.28% -
HSV(B) 118.24º 0.38% 0.35% -
XYZ 5.89 8.26 4.9 -
YUV 75.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 56 89 55 0.37 0 0.38 0.65 118.24 0.24 0.28
Hex 38 59 37 25 0 26 41 76 18 1C
Octal 70 131 67 45 0 46 101 166 30 34
Binary 111000 1011001 110111 100101 0 100110 1000001 1110110 11000 11100

Color Harmonies of #385937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385937

Black with #385937

Text Example


Text Example

White with #385937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385937; }

 p { color: rgb(56,89,55); }

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

background-color css

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

 a { background-color: rgb(56,89,55); }

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

border-color css

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

 span { border-color: rgb(56,89,55); }

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