#386020

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

Shades of Dell #386020

Tints of Dell #386020

Color information

#386020 (or 0x386020) is unknown color: approx Dell. HEX triplet: 38, 60 and 20. RGB value is (56,96,32). Sum of RGB (Red+Green+Blue) = 56+96+32=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #386020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386020 is #C79FDF. Grayscale: #4C4C4C. Windows color (decimal): -13082592 or 2121784. OLE color: 2121784.

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

Color convert

RGB569632-
CMYK0.4200.670.62
HSL97.5º50%25.1%-
HSV(B)97.5º66.67%37.65%-
XYZ6.079.312.84-
YUV76.74102.75113.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 96 (37.89% from 255) = 52.17%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=30.43%
G=52.17%
B=17.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696320.4200.670.6297.55025.1
Hex3860202A0433E623219
Octal7014040520103761426231
Binary111000110000010000010101001000011111110110001011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386020; }

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

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

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

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

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

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

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

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