#3D6721

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

Shades of Dell #3D6721

Tints of Dell #3D6721

Color information

#3D6721 (or 0x3D6721) is unknown color: approx Dell. HEX triplet: 3D, 67 and 21. RGB value is (61,103,33). Sum of RGB (Red+Green+Blue) = 61+103+33=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 103 (40.62% from 255 or 52.28% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 103 - color contains mainly: green. Hex color #3D6721 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6721 is #C298DE. Grayscale: #525252. Windows color (decimal): -12753119 or 2189117. OLE color: 2189117.

HSL color Cylindrical-coordinate representation of color #3D6721: hue angle of 96º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D6721 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.60.

Color convert

RGB6110333-
CMYK0.4100.680.60
HSL96º51.47%26.67%-
HSV(B)96º67.96%40.39%-
XYZ7.0510.83.15-
YUV82.46100.09112.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 103 (40.62% from 255) = 52.28%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=30.96%
G=52.28%
B=16.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61103330.4100.680.609651.4726.67
Hex3D6721290443C60331b
Octal7514741510104741406333
Binary111101110011110000110100101000100111100110000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,103,33); }

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

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

 a { background-color: rgb(61,103,33); }

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

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

 span { border-color: rgb(61,103,33); }

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