#33600F

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

Shades of Dell #33600F

Tints of Dell #33600F

Color information

#33600F (or 0x33600F) is unknown color: approx Dell. HEX triplet: 33, 60 and 0F. RGB value is (51,96,15). Sum of RGB (Red+Green+Blue) = 51+96+15=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 15 (6.25% from 255 or 9.26% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #33600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33600F is #CC9FF0. Grayscale: #494949. Windows color (decimal): -13410289 or 1007667. OLE color: 1007667.

HSL color Cylindrical-coordinate representation of color #33600F: hue angle of 93.33º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #33600F is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB519615-
CMYK0.4700.840.62
HSL93.33º72.97%21.76%-
HSV(B)93.33º84.38%37.65%-
XYZ5.639.11.91-
YUV73.3195.09112.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 96 (37.89% from 255) = 59.26%
BLUE value IS 15 (6.25% from 255) = 9.26%
R=31.48%
G=59.26%
B=9.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5196150.4700.840.6293.3372.9721.76
Hex3360F2F0543E5d4916
Octal63140175701247613511126
Binary11001111000001111101111010101001111101011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33600F; }

 p { color: rgb(51,96,15); }

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

<style>
 a { background-color: #33600F; }

 a { background-color: rgb(51,96,15); }

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

<style>
 span { border-color: #33600F; }

 span { border-color: rgb(51,96,15); }

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