#385F20

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

Shades of Dell #385F20

Tints of Dell #385F20

Color information

#385F20 (or 0x385F20) is unknown color: approx Dell. HEX triplet: 38, 5F and 20. RGB value is (56,95,32). Sum of RGB (Red+Green+Blue) = 56+95+32=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 95 (37.5% from 255 or 51.91% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 95 - color contains mainly: green. Hex color #385F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F20 is #C7A0DF. Grayscale: #4C4C4C. Windows color (decimal): -13082848 or 2121528. OLE color: 2121528.

HSL color Cylindrical-coordinate representation of color #385F20: hue angle of 97.14º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385F20 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB569532-
CMYK0.4100.660.63
HSL97.14º49.61%24.9%-
HSV(B)97.14º66.32%37.25%-
XYZ5.989.132.81-
YUV76.16103.08113.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 95 (37.5% from 255) = 51.91%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=30.60%
G=51.91%
B=17.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5695320.4100.660.6397.1449.6124.9
Hex385F20290423F613219
Octal7013740510102771416231
Binary111000101111110000010100101000010111111110000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,95,32); }

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

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

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

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

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

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

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