#3D6427

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

Shades of Dell #3D6427

Tints of Dell #3D6427

Color information

#3D6427 (or 0x3D6427) is unknown color: approx Dell. HEX triplet: 3D, 64 and 27. RGB value is (61,100,39). Sum of RGB (Red+Green+Blue) = 61+100+39=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #3D6427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6427 is #C29BD8. Grayscale: #515151. Windows color (decimal): -12753881 or 2581565. OLE color: 2581565.

HSL color Cylindrical-coordinate representation of color #3D6427: hue angle of 98.36º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D6427 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB6110039-
CMYK0.3900.610.61
HSL98.36º43.88%27.25%-
HSV(B)98.36º61%39.22%-
XYZ6.8510.253.54-
YUV81.38104.08113.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.5%
GREEN value IS 100 (39.45% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=30.5%
G=50%
B=19.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal61100390.3900.610.6198.3643.8827.25
Hex3D64272703D3D622c1b
Octal751444747075751425433
Binary11110111001001001111001110111101111101110001010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,100,39); }

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

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

 a { background-color: rgb(61,100,39); }

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

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

 span { border-color: rgb(61,100,39); }

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