Html Css Color HEX #486236 Dell

📋 copy color: '#486236'

red 72 ◦ green 98 ◦ blue 54

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

Shades of Dell #486236

Tints of Dell #486236

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.75%

 BLUE value IS 54 (21.48% from 255) = 24.11%

R = 32.14%
G = 43.75%
B = 24.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.62

RGB Variations

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

Color information

#486236 (or 0x486236) is known color: Dell. HEX triplet: 48, 62 and 36. RGB value is (72,98,54). Sum of RGB (Red+Green+Blue) = 72+98+54=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 54 (21.48% from 255 or 24.11% from 224); Max value from RGB is 98 - color contains mainly: green. Hex color #486236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486236 is #B79DC9. Grayscale: #555555. Windows color (decimal): -12033482 or 3564104. OLE color: 3564104.

HSL color Cylindrical-coordinate representation of color #486236: hue angle of 95.45º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486236 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 98 54 -
CMYK 0.27 0 0.45 0.62
HSL 95.45º 0.29% 0.3% -
HSV(B) 95.45º 0.45% 0.38% -
XYZ 7.71 10.38 5.09 -
YUV 85.21 110.39 118.58 -
System Red Green Blue C M Y K H S L
Decimal 72 98 54 0.27 0 0.45 0.62 95.45 0.29 0.3
Hex 48 62 36 1B 0 2D 3E 5F 1D 1E
Octal 110 142 66 33 0 55 76 137 35 36
Binary 1001000 1100010 110110 11011 0 101101 111110 1011111 11101 11110

Color Harmonies of #486236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486236

Black with #486236

Text Example


Text Example

White with #486236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486236; }

 p { color: rgb(72,98,54); }

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

background-color css

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

 a { background-color: rgb(72,98,54); }

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

border-color css

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

 span { border-color: rgb(72,98,54); }

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