Html Css Color HEX #485E34 Dell

📋 copy color: '#485E34'

red 72 ◦ green 94 ◦ blue 52

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

Shades of Dell #485E34

Tints of Dell #485E34

RGB

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

 GREEN value IS 94 (37.11% from 255) = 43.12%

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 33.03%
G = 43.12%
B = 23.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.63

RGB Variations

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

Color information

#485E34 (or 0x485E34) is known color: Dell. HEX triplet: 48, 5E and 34. RGB value is (72,94,52). Sum of RGB (Red+Green+Blue) = 72+94+52=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #485E34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E34 is #B7A1CB. Grayscale: #525252. Windows color (decimal): -12034508 or 3432008. OLE color: 3432008.

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

Color convert

RGB 72 94 52 -
CMYK 0.23 0 0.45 0.63
HSL 91.43º 0.29% 0.29% -
HSV(B) 91.43º 0.45% 0.37% -
XYZ 7.3 9.63 4.72 -
YUV 82.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 72 94 52 0.23 0 0.45 0.63 91.43 0.29 0.29
Hex 48 5E 34 17 0 2D 3F 5B 1D 1D
Octal 110 136 64 27 0 55 77 133 35 35
Binary 1001000 1011110 110100 10111 0 101101 111111 1011011 11101 11101

Color Harmonies of #485E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E34

Black with #485E34

Text Example


Text Example

White with #485E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,94,52); }

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

background-color css

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

 a { background-color: rgb(72,94,52); }

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

border-color css

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

 span { border-color: rgb(72,94,52); }

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