#3D6321

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

Shades of Dell #3D6321

Tints of Dell #3D6321

Color information

#3D6321 (or 0x3D6321) is unknown color: approx Dell. HEX triplet: 3D, 63 and 21. RGB value is (61,99,33). Sum of RGB (Red+Green+Blue) = 61+99+33=193 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.61% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 33 (13.28% from 255 or 17.10% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #3D6321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6321 is #C29CDE. Grayscale: #505050. Windows color (decimal): -12754143 or 2188093. OLE color: 2188093.

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

Color convert

RGB619933-
CMYK0.3800.670.61
HSL94.55º50%25.88%-
HSV(B)94.55º66.67%38.82%-
XYZ6.6610.033.02-
YUV80.11101.41114.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.61%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 33 (13.28% from 255) = 17.10%
R=31.61%
G=51.30%
B=17.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6199330.3800.670.6194.555025.88
Hex3D6321260433D5f321a
Octal7514341460103751376232
Binary111101110001110000110011001000011111101101111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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