#33620D

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

Shades of Dell #33620D

Tints of Dell #33620D

Color information

#33620D (or 0x33620D) is unknown color: approx Dell. HEX triplet: 33, 62 and 0D. RGB value is (51,98,13). Sum of RGB (Red+Green+Blue) = 51+98+13=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #33620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33620D is #CC9DF2. Grayscale: #4A4A4A. Windows color (decimal): -13409779 or 877107. OLE color: 877107.

HSL color Cylindrical-coordinate representation of color #33620D: hue angle of 93.18º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33620D is Cyan = 0.48, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB519813-
CMYK0.4800.870.62
HSL93.18º76.58%21.76%-
HSV(B)93.18º86.73%38.43%-
XYZ5.819.471.9-
YUV74.2693.43111.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 98 (38.67% from 255) = 60.49%
BLUE value IS 13 (5.47% from 255) = 8.02%
R=31.48%
G=60.49%
B=8.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5198130.4800.870.6293.1876.5821.76
Hex3362D300573E5d4d16
Octal63142156001277613511526
Binary11001111000101101110000010101111111101011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33620D; }

 p { color: rgb(51,98,13); }

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

<style>
 a { background-color: #33620D; }

 a { background-color: rgb(51,98,13); }

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

<style>
 span { border-color: #33620D; }

 span { border-color: rgb(51,98,13); }

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