Html Css Color HEX #385D36 Parsley

📋 copy color: '#385D36'

red 56 ◦ green 93 ◦ blue 54

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

Shades of Parsley #385D36

Tints of Parsley #385D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 26.6%

R = 27.59%
G = 45.81%
B = 26.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#385D36 (or 0x385D36) is known color: Parsley. HEX triplet: 38, 5D and 36. RGB value is (56,93,54). Sum of RGB (Red+Green+Blue) = 56+93+54=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 93 (36.72% from 255 or 45.81% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 93 - color contains mainly: green. Hex color #385D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D36 is #C7A2C9. Grayscale: #4D4D4D. Windows color (decimal): -13083338 or 3562808. OLE color: 3562808.

HSL color Cylindrical-coordinate representation of color #385D36: hue angle of 116.92º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #385D36 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 93 54 -
CMYK 0.40 0 0.42 0.64
HSL 116.92º 0.27% 0.29% -
HSV(B) 116.92º 0.42% 0.36% -
XYZ 6.21 8.94 4.89 -
YUV 77.49 114.74 112.67 -
System Red Green Blue C M Y K H S L
Decimal 56 93 54 0.40 0 0.42 0.64 116.92 0.27 0.29
Hex 38 5D 36 28 0 2A 40 75 1B 1D
Octal 70 135 66 50 0 52 100 165 33 35
Binary 111000 1011101 110110 101000 0 101010 1000000 1110101 11011 11101

Color Harmonies of #385D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D36

Black with #385D36

Text Example


Text Example

White with #385D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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