#3D6616

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

Shades of Dell #3D6616

Tints of Dell #3D6616

Color information

#3D6616 (or 0x3D6616) is unknown color: approx Dell. HEX triplet: 3D, 66 and 16. RGB value is (61,102,22). Sum of RGB (Red+Green+Blue) = 61+102+22=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6616 is #C299E9. Grayscale: #505050. Windows color (decimal): -12753386 or 1467965. OLE color: 1467965.

HSL color Cylindrical-coordinate representation of color #3D6616: hue angle of 90.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D6616 is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB6110222-
CMYK0.4000.780.6
HSL90.75º64.52%24.31%-
HSV(B)90.75º78.43%40%-
XYZ6.8210.552.44-
YUV80.6294.92114-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.97%
GREEN value IS 102 (40.23% from 255) = 55.14%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=32.97%
G=55.14%
B=11.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102220.4000.780.690.7564.5224.31
Hex3D66162804E3C5b4118
Octal75146265001167413310130
Binary111101110011010110101000010011101111001011011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D6616; }

 p { color: rgb(61,102,22); }

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

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

 a { background-color: rgb(61,102,22); }

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

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

 span { border-color: rgb(61,102,22); }

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