#3D6021

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

Shades of Dell #3D6021

Tints of Dell #3D6021

Color information

#3D6021 (or 0x3D6021) is unknown color: approx Dell. HEX triplet: 3D, 60 and 21. RGB value is (61,96,33). Sum of RGB (Red+Green+Blue) = 61+96+33=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 96 (37.89% from 255 or 50.53% from 190); Blue value is 33 (13.28% from 255 or 17.37% from 190); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6021 is #C29FDE. Grayscale: #4E4E4E. Windows color (decimal): -12754911 or 2187325. OLE color: 2187325.

HSL color Cylindrical-coordinate representation of color #3D6021: hue angle of 93.33º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D6021 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB619633-
CMYK0.3600.660.62
HSL93.33º48.84%25.29%-
HSV(B)93.33º65.62%37.65%-
XYZ6.389.472.93-
YUV78.35102.4115.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 96 (37.89% from 255) = 50.53%
BLUE value IS 33 (13.28% from 255) = 17.37%
R=32.11%
G=50.53%
B=17.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196330.3600.660.6293.3348.8425.29
Hex3D6021240423E5d3119
Octal7514041440102761356131
Binary111101110000010000110010001000010111110101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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