#386017

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

Shades of Dell #386017

Tints of Dell #386017

Color information

#386017 (or 0x386017) is unknown color: approx Dell. HEX triplet: 38, 60 and 17. RGB value is (56,96,23). Sum of RGB (Red+Green+Blue) = 56+96+23=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 23 (9.38% from 255 or 13.14% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #386017 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386017 is #C79FE8. Grayscale: #4B4B4B. Windows color (decimal): -13082601 or 1531960. OLE color: 1531960.

HSL color Cylindrical-coordinate representation of color #386017: hue angle of 92.88º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #386017 is Cyan = 0.42, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB569623-
CMYK0.4200.760.62
HSL92.88º61.34%23.33%-
HSV(B)92.88º76.04%37.65%-
XYZ5.979.272.29-
YUV75.7298.25113.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 96 (37.89% from 255) = 54.86%
BLUE value IS 23 (9.38% from 255) = 13.14%
R=32%
G=54.86%
B=13.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696230.4200.760.6292.8861.3423.33
Hex3860172A04C3E5d3d17
Octal7014027520114761357527
Binary11100011000001011110101001001100111110101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386017; }

 p { color: rgb(56,96,23); }

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

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

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

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

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

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

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