Html Css Color HEX #486E26 Dell

📋 copy color: '#486E26'

red 72 ◦ green 110 ◦ blue 38

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

Shades of Dell #486E26

Tints of Dell #486E26

RGB

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

 GREEN value IS 110 (43.36% from 255) = 50%

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 32.73%
G = 50%
B = 17.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.57

RGB Variations

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

Color information

#486E26 (or 0x486E26) is known color: Dell. HEX triplet: 48, 6E and 26. RGB value is (72,110,38). Sum of RGB (Red+Green+Blue) = 72+110+38=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #486E26 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E26 is #B791D9. Grayscale: #5A5A5A. Windows color (decimal): -12030426 or 2518600. OLE color: 2518600.

HSL color Cylindrical-coordinate representation of color #486E26: hue angle of 91.67º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #486E26 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 38 -
CMYK 0.35 0 0.65 0.57
HSL 91.67º 0.49% 0.29% -
HSV(B) 91.67º 0.65% 0.43% -
XYZ 8.6 12.67 3.83 -
YUV 90.43 98.41 114.85 -
System Red Green Blue C M Y K H S L
Decimal 72 110 38 0.35 0 0.65 0.57 91.67 0.49 0.29
Hex 48 6E 26 23 0 41 39 5C 31 1D
Octal 110 156 46 43 0 101 71 134 61 35
Binary 1001000 1101110 100110 100011 0 1000001 111001 1011100 110001 11101

Color Harmonies of #486E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E26

Black with #486E26

Text Example


Text Example

White with #486E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486E26; }

 p { color: rgb(72,110,38); }

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

background-color css

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

 a { background-color: rgb(72,110,38); }

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

border-color css

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

 span { border-color: rgb(72,110,38); }

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