Html Css Color HEX #485F33 Dell

📋 copy color: '#485F33'

red 72 ◦ green 95 ◦ blue 51

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

Shades of Dell #485F33

Tints of Dell #485F33

RGB

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

 GREEN value IS 95 (37.5% from 255) = 43.58%

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 33.03%
G = 43.58%
B = 23.39%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#485F33 (or 0x485F33) is known color: Dell. HEX triplet: 48, 5F and 33. RGB value is (72,95,51). Sum of RGB (Red+Green+Blue) = 72+95+51=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 95 (37.5% from 255 or 43.58% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 95 - color contains mainly: green. Hex color #485F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F33 is #B7A0CC. Grayscale: #535353. Windows color (decimal): -12034253 or 3366728. OLE color: 3366728.

HSL color Cylindrical-coordinate representation of color #485F33: hue angle of 91.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485F33 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 95 51 -
CMYK 0.24 0 0.46 0.63
HSL 91.36º 0.3% 0.29% -
HSV(B) 91.36º 0.46% 0.37% -
XYZ 7.36 9.8 4.64 -
YUV 83.11 109.88 120.08 -
System Red Green Blue C M Y K H S L
Decimal 72 95 51 0.24 0 0.46 0.63 91.36 0.3 0.29
Hex 48 5F 33 18 0 2E 3F 5B 1E 1D
Octal 110 137 63 30 0 56 77 133 36 35
Binary 1001000 1011111 110011 11000 0 101110 111111 1011011 11110 11101

Color Harmonies of #485F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485F33

Black with #485F33

Text Example


Text Example

White with #485F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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