#386612

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

Shades of Dell #386612

Tints of Dell #386612

Color information

#386612 (or 0x386612) is unknown color: approx Dell. HEX triplet: 38, 66 and 12. RGB value is (56,102,18). Sum of RGB (Red+Green+Blue) = 56+102+18=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #386612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #386612 is #C799ED. Grayscale: #4E4E4E. Windows color (decimal): -13081070 or 1205816. OLE color: 1205816.

HSL color Cylindrical-coordinate representation of color #386612: hue angle of 92.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #386612 is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB5610218-
CMYK0.4500.820.6
HSL92.86º70%23.53%-
HSV(B)92.86º82.35%40%-
XYZ6.4910.392.24-
YUV78.6793.76111.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 18 (7.42% from 255) = 10.23%
R=31.82%
G=57.95%
B=10.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102180.4500.820.692.867023.53
Hex3866122D0523C5d4618
Octal70146225501227413510630
Binary111000110011010010101101010100101111001011101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386612; }

 p { color: rgb(56,102,18); }

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

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

 a { background-color: rgb(56,102,18); }

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

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

 span { border-color: rgb(56,102,18); }

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