#385D1E

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

Shades of Dell #385D1E

Tints of Dell #385D1E

Color information

#385D1E (or 0x385D1E) is unknown color: approx Dell. HEX triplet: 38, 5D and 1E. RGB value is (56,93,30). Sum of RGB (Red+Green+Blue) = 56+93+30=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 93 (36.72% from 255 or 51.96% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 93 - color contains mainly: green. Hex color #385D1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D1E is #C7A2E1. Grayscale: #4A4A4A. Windows color (decimal): -13083362 or 1989944. OLE color: 1989944.

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

Color convert

RGB569330-
CMYK0.4000.680.64
HSL95.24º51.22%24.12%-
HSV(B)95.24º67.74%36.47%-
XYZ5.788.762.62-
YUV74.76102.74114.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.28%
GREEN value IS 93 (36.72% from 255) = 51.96%
BLUE value IS 30 (12.11% from 255) = 16.76%
R=31.28%
G=51.96%
B=16.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693300.4000.680.6495.2451.2224.12
Hex385D1E28044405f3318
Octal70135365001041001376330
Binary111000101110111110101000010001001000000101111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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