#485C33

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

Shades of Dell #485C33

Tints of Dell #485C33

Color information

#485C33 (or 0x485C33) is unknown color: approx Dell. HEX triplet: 48, 5C and 33. RGB value is (72,92,51). Sum of RGB (Red+Green+Blue) = 72+92+51=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #485C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C33 is #B7A3CC. Grayscale: #515151. Windows color (decimal): -12035021 or 3365960. OLE color: 3365960.

HSL color Cylindrical-coordinate representation of color #485C33: hue angle of 89.27º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #485C33 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB729251-
CMYK0.2200.450.64
HSL89.27º28.67%28.04%-
HSV(B)89.27º44.57%36.08%-
XYZ7.19.274.55-
YUV81.35110.87121.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.49%
GREEN value IS 92 (36.33% from 255) = 42.79%
BLUE value IS 51 (20.31% from 255) = 23.72%
R=33.49%
G=42.79%
B=23.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292510.2200.450.6489.2728.6728.04
Hex485C331602D40591d1c
Octal11013463260551001313534
Binary10010001011100110011101100101101100000010110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485C33; }

 p { color: rgb(72,92,51); }

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

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

 a { background-color: rgb(72,92,51); }

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

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

 span { border-color: rgb(72,92,51); }

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