Html Css Color HEX #486825 Dell

📋 copy color: '#486825'

red 72 ◦ green 104 ◦ blue 37

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

Shades of Dell #486825

Tints of Dell #486825

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.83%

 BLUE value IS 37 (14.84% from 255) = 17.37%

R = 33.8%
G = 48.83%
B = 17.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.59

RGB Variations

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

Color information

#486825 (or 0x486825) is known color: Dell. HEX triplet: 48, 68 and 25. RGB value is (72,104,37). Sum of RGB (Red+Green+Blue) = 72+104+37=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #486825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486825 is #B797DA. Grayscale: #575757. Windows color (decimal): -12031963 or 2451528. OLE color: 2451528.

HSL color Cylindrical-coordinate representation of color #486825: hue angle of 88.66º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #486825 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 104 37 -
CMYK 0.31 0 0.64 0.59
HSL 88.66º 0.48% 0.28% -
HSV(B) 88.66º 0.64% 0.41% -
XYZ 7.96 11.41 3.53 -
YUV 86.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 72 104 37 0.31 0 0.64 0.59 88.66 0.48 0.28
Hex 48 68 25 1F 0 40 3B 59 30 1C
Octal 110 150 45 37 0 100 73 131 60 34
Binary 1001000 1101000 100101 11111 0 1000000 111011 1011001 110000 11100

Color Harmonies of #486825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486825

Black with #486825

Text Example


Text Example

White with #486825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486825; }

 p { color: rgb(72,104,37); }

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

background-color css

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

 a { background-color: rgb(72,104,37); }

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

border-color css

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

 span { border-color: rgb(72,104,37); }

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