#3D6C12

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

Shades of Dell #3D6C12

Tints of Dell #3D6C12

Color information

#3D6C12 (or 0x3D6C12) is unknown color: approx Dell. HEX triplet: 3D, 6C and 12. RGB value is (61,108,18). Sum of RGB (Red+Green+Blue) = 61+108+18=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D6C12 is #C293ED. Grayscale: #545454. Windows color (decimal): -12751854 or 1207357. OLE color: 1207357.

HSL color Cylindrical-coordinate representation of color #3D6C12: hue angle of 91.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D6C12 is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB6110818-
CMYK0.4400.830.58
HSL91.33º71.43%24.71%-
HSV(B)91.33º83.33%42.35%-
XYZ7.411.762.45-
YUV83.6990.93111.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.62%
GREEN value IS 108 (42.58% from 255) = 57.75%
BLUE value IS 18 (7.42% from 255) = 9.63%
R=32.62%
G=57.75%
B=9.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61108180.4400.830.5891.3371.4324.71
Hex3D6C122C0533A5b4719
Octal75154225401237213310731
Binary111101110110010010101100010100111110101011011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,108,18); }

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

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

 a { background-color: rgb(61,108,18); }

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

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

 span { border-color: rgb(61,108,18); }

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