#385D1F

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

Shades of Dell #385D1F

Tints of Dell #385D1F

Color information

#385D1F (or 0x385D1F) is unknown color: approx Dell. HEX triplet: 38, 5D and 1F. RGB value is (56,93,31). Sum of RGB (Red+Green+Blue) = 56+93+31=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 93 (36.72% from 255 or 51.67% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 93 - color contains mainly: green. Hex color #385D1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D1F is #C7A2E0. Grayscale: #4B4B4B. Windows color (decimal): -13083361 or 2055480. OLE color: 2055480.

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

Color convert

RGB569331-
CMYK0.4000.670.64
HSL95.81º50%24.31%-
HSV(B)95.81º66.67%36.47%-
XYZ5.798.772.68-
YUV74.87103.24114.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 93 (36.72% from 255) = 51.67%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=31.11%
G=51.67%
B=17.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693310.4000.670.6495.815024.31
Hex385D1F2804340603218
Octal70135375001031001406230
Binary111000101110111111101000010000111000000110000011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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