Html Css Color HEX #385038 Parsley

📋 copy color: '#385038'

red 56 ◦ green 80 ◦ blue 56

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

Shades of Parsley #385038

Tints of Parsley #385038

RGB

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

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

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

R = 29.17%
G = 41.67%
B = 29.17%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#385038 (or 0x385038) is known color: Parsley. HEX triplet: 38, 50 and 38. RGB value is (56,80,56). Sum of RGB (Red+Green+Blue) = 56+80+56=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 80 (31.64% from 255 or 41.67% from 192); Blue value is 56 (22.27% from 255 or 29.17% from 192); Max value from RGB is 80 - color contains mainly: green. Hex color #385038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385038 is #C7AFC7. Grayscale: #464646. Windows color (decimal): -13086664 or 3690552. OLE color: 3690552.

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

Color convert

RGB 56 80 56 -
CMYK 0.30 0 0.30 0.69
HSL 120º 0.18% 0.27% -
HSV(B) 120º 0.3% 0.31% -
XYZ 5.21 6.86 4.79 -
YUV 70.09 120.05 117.95 -
System Red Green Blue C M Y K H S L
Decimal 56 80 56 0.30 0 0.30 0.69 120 0.18 0.27
Hex 38 50 38 1E 0 1E 45 78 12 1B
Octal 70 120 70 36 0 36 105 170 22 33
Binary 111000 1010000 111000 11110 0 11110 1000101 1111000 10010 11011

Color Harmonies of #385038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385038

Black with #385038

Text Example


Text Example

White with #385038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385038; }

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

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

background-color css

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

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

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

border-color css

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

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

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