#3D6825

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

Shades of Dell #3D6825

Tints of Dell #3D6825

Color information

#3D6825 (or 0x3D6825) is unknown color: approx Dell. HEX triplet: 3D, 68 and 25. RGB value is (61,104,37). Sum of RGB (Red+Green+Blue) = 61+104+37=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 104 (41.02% from 255 or 51.49% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 104 - color contains mainly: green. Hex color #3D6825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6825 is #C297DA. Grayscale: #535353. Windows color (decimal): -12752859 or 2451517. OLE color: 2451517.

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

Color convert

RGB6110437-
CMYK0.4100.640.59
HSL98.51º47.52%27.65%-
HSV(B)98.51º64.42%40.78%-
XYZ7.2111.033.5-
YUV83.5101.75111.95-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.20%
GREEN value IS 104 (41.02% from 255) = 51.49%
BLUE value IS 37 (14.84% from 255) = 18.32%
R=30.20%
G=51.49%
B=18.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61104370.4100.640.5998.5147.5227.65
Hex3D6825290403B63301c
Octal7515045510100731436034
Binary111101110100010010110100101000000111011110001111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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