#325F0F

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

Shades of Dell #325F0F

Tints of Dell #325F0F

Color information

#325F0F (or 0x325F0F) is unknown color: approx Dell. HEX triplet: 32, 5F and 0F. RGB value is (50,95,15). Sum of RGB (Red+Green+Blue) = 50+95+15=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 95 (37.5% from 255 or 59.38% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 95 - color contains mainly: green. Hex color #325F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325F0F is #CDA0F0. Grayscale: #484848. Windows color (decimal): -13476081 or 1007410. OLE color: 1007410.

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

Color convert

RGB509515-
CMYK0.4700.840.63
HSL93.75º72.73%21.57%-
HSV(B)93.75º84.21%37.25%-
XYZ5.498.91.88-
YUV72.4295.59112-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.25%
GREEN value IS 95 (37.5% from 255) = 59.38%
BLUE value IS 15 (6.25% from 255) = 9.38%
R=31.25%
G=59.38%
B=9.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5095150.4700.840.6393.7572.7321.57
Hex325FF2F0543F5e4916
Octal62137175701247713611126
Binary11001010111111111101111010101001111111011110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325F0F; }

 p { color: rgb(50,95,15); }

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

<style>
 a { background-color: #325F0F; }

 a { background-color: rgb(50,95,15); }

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

<style>
 span { border-color: #325F0F; }

 span { border-color: rgb(50,95,15); }

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