#477525

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

Shades of Dell #477525

Tints of Dell #477525

Color information

#477525 (or 0x477525) is unknown color: approx Dell. HEX triplet: 47, 75 and 25. RGB value is (71,117,37). Sum of RGB (Red+Green+Blue) = 71+117+37=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #477525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477525 is #B88ADA. Grayscale: #5E5E5E. Windows color (decimal): -12094171 or 2454855. OLE color: 2454855.

HSL color Cylindrical-coordinate representation of color #477525: hue angle of 94.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #477525 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB7111737-
CMYK0.3900.680.54
HSL94.5º51.95%30.2%-
HSV(B)94.5º68.38%45.88%-
XYZ9.2914.24-
YUV94.1395.76111.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=31.56%
G=52%
B=16.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71117370.3900.680.5494.551.9530.2
Hex47752527044365e341e
Octal10716545470104661366436
Binary1000111111010110010110011101000100110110101111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477525; }

 p { color: rgb(71,117,37); }

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

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

 a { background-color: rgb(71,117,37); }

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

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

 span { border-color: rgb(71,117,37); }

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