Html Css Color HEX #485D38 Dell

📋 copy color: '#485D38'

red 72 ◦ green 93 ◦ blue 56

#485D38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dell #485D38

Tints of Dell #485D38

RGB

 RED value IS 72 (28.52% from 255) = 32.58%

 GREEN value IS 93 (36.72% from 255) = 42.08%

 BLUE value IS 56 (22.27% from 255) = 25.34%

R = 32.58%
G = 42.08%
B = 25.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.64

RGB Variations

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

Color information

#485D38 (or 0x485D38) is known color: Dell. HEX triplet: 48, 5D and 38. RGB value is (72,93,56). Sum of RGB (Red+Green+Blue) = 72+93+56=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 93 - color contains mainly: green. Hex color #485D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D38 is #B7A2C7. Grayscale: #525252. Windows color (decimal): -12034760 or 3693896. OLE color: 3693896.

HSL color Cylindrical-coordinate representation of color #485D38: hue angle of 94.05º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #485D38 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB 72 93 56 -
CMYK 0.23 0 0.40 0.64
HSL 94.05º 0.25% 0.29% -
HSV(B) 94.05º 0.4% 0.36% -
XYZ 7.3 9.49 5.19 -
YUV 82.5 113.04 120.51 -
System Red Green Blue C M Y K H S L
Decimal 72 93 56 0.23 0 0.40 0.64 94.05 0.25 0.29
Hex 48 5D 38 17 0 28 40 5E 19 1D
Octal 110 135 70 27 0 50 100 136 31 35
Binary 1001000 1011101 111000 10111 0 101000 1000000 1011110 11001 11101

Color Harmonies of #485D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485D38

Black with #485D38

Text Example


Text Example

White with #485D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #485D38;
 }
 .AnyTagClassName
 {
   color: #485D38;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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