Html Css Color HEX #385838 Parsley

📋 copy color: '#385838'

red 56 ◦ green 88 ◦ blue 56

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

Shades of Parsley #385838

Tints of Parsley #385838

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44%

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

R = 28%
G = 44%
B = 28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#385838 (or 0x385838) is known color: Parsley. HEX triplet: 38, 58 and 38. RGB value is (56,88,56). Sum of RGB (Red+Green+Blue) = 56+88+56=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 88 - color contains mainly: green. Hex color #385838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385838 is #C7A7C7. Grayscale: #4A4A4A. Windows color (decimal): -13084616 or 3692600. OLE color: 3692600.

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

Color convert

RGB 56 88 56 -
CMYK 0.36 0 0.36 0.65
HSL 120º 0.22% 0.28% -
HSV(B) 120º 0.36% 0.35% -
XYZ 5.83 8.11 5 -
YUV 74.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 56 88 56 0.36 0 0.36 0.65 120 0.22 0.28
Hex 38 58 38 24 0 24 41 78 16 1C
Octal 70 130 70 44 0 44 101 170 26 34
Binary 111000 1011000 111000 100100 0 100100 1000001 1111000 10110 11100

Color Harmonies of #385838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385838

Black with #385838

Text Example


Text Example

White with #385838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385838; }

 p { color: rgb(56,88,56); }

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

background-color css

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

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

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

border-color css

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

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

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