#385138

Color #385138 Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #385138

Tints of Parsley #385138

Color information

#385138 (or 0x385138) is unknown color: approx Parsley. HEX triplet: 38, 51 and 38. RGB value is (56,81,56). Sum of RGB (Red+Green+Blue) = 56+81+56=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #385138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385138 is #C7AEC7. Grayscale: #464646. Windows color (decimal): -13086408 or 3690808. OLE color: 3690808.

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

Color convert

RGB568156-
CMYK0.3100.310.68
HSL120º18.25%26.86%-
HSV(B)120º30.86%31.76%-
XYZ5.297.014.82-
YUV70.68119.72117.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 81 (32.03% from 255) = 41.97%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=29.02%
G=41.97%
B=29.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681560.3100.310.6812018.2526.86
Hex3851381F01F4478121b
Octal7012170370371041702233
Binary111000101000111100011111011111100010011110001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385138; }

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

 H1.HeaderClassName
 {
   color: #385138;
 }
 .AnyTagClassName
 {
   color: #385138;
 }
</style>
background-color css

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

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

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

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

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

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