#3D6615

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

Shades of Dell #3D6615

Tints of Dell #3D6615

Color information

#3D6615 (or 0x3D6615) is unknown color: approx Dell. HEX triplet: 3D, 66 and 15. RGB value is (61,102,21). Sum of RGB (Red+Green+Blue) = 61+102+21=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #3D6615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6615 is #C299EA. Grayscale: #505050. Windows color (decimal): -12753387 or 1402429. OLE color: 1402429.

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

Color convert

RGB6110221-
CMYK0.4000.790.6
HSL90.37º65.85%24.12%-
HSV(B)90.37º79.41%40%-
XYZ6.8110.552.39-
YUV80.5194.42114.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 33.15%
GREEN value IS 102 (40.23% from 255) = 55.43%
BLUE value IS 21 (8.59% from 255) = 11.41%
R=33.15%
G=55.43%
B=11.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102210.4000.790.690.3765.8524.12
Hex3D66152804F3C5a4218
Octal75146255001177413210230
Binary111101110011010101101000010011111111001011010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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