#485A38

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

Shades of Dell #485A38

Tints of Dell #485A38

Color information

#485A38 (or 0x485A38) is unknown color: approx Dell. HEX triplet: 48, 5A and 38. RGB value is (72,90,56). Sum of RGB (Red+Green+Blue) = 72+90+56=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 90 - color contains mainly: green. Hex color #485A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A38 is #B7A5C7. Grayscale: #505050. Windows color (decimal): -12035528 or 3693128. OLE color: 3693128.

HSL color Cylindrical-coordinate representation of color #485A38: hue angle of 91.76º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #485A38 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB729056-
CMYK0.2000.380.65
HSL91.76º23.29%28.63%-
HSV(B)91.76º37.78%35.29%-
XYZ7.048.985.1-
YUV80.74114.04121.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.03%
GREEN value IS 90 (35.55% from 255) = 41.28%
BLUE value IS 56 (22.27% from 255) = 25.69%
R=33.03%
G=41.28%
B=25.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290560.2000.380.6591.7623.2928.63
Hex485A3814026415c171d
Octal11013270240461011342735
Binary10010001011010111000101000100110100000110111001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,90,56); }

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

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

 a { background-color: rgb(72,90,56); }

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

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

 span { border-color: rgb(72,90,56); }

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