#3D6827

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

Shades of Dell #3D6827

Tints of Dell #3D6827

Color information

#3D6827 (or 0x3D6827) is unknown color: approx Dell. HEX triplet: 3D, 68 and 27. RGB value is (61,104,39). Sum of RGB (Red+Green+Blue) = 61+104+39=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 39 (15.62% from 255 or 19.12% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #3D6827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6827 is #C297D8. Grayscale: #535353. Windows color (decimal): -12752857 or 2582589. OLE color: 2582589.

HSL color Cylindrical-coordinate representation of color #3D6827: hue angle of 99.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D6827 is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB6110439-
CMYK0.4100.620.59
HSL99.69º45.45%28.04%-
HSV(B)99.69º62.5%40.78%-
XYZ7.2411.043.67-
YUV83.73102.75111.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.90%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 39 (15.62% from 255) = 19.12%
R=29.90%
G=50.98%
B=19.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61104390.4100.620.5999.6945.4528.04
Hex3D68272903E3B642d1c
Octal751504751076731445534
Binary11110111010001001111010010111110111011110010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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