Html Css Color HEX #486926 Dell

📋 copy color: '#486926'

red 72 ◦ green 105 ◦ blue 38

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

Shades of Dell #486926

Tints of Dell #486926

RGB

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

 GREEN value IS 105 (41.41% from 255) = 48.84%

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

R = 33.49%
G = 48.84%
B = 17.67%

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

#486926 (or 0x486926) is known color: Dell. HEX triplet: 48, 69 and 26. RGB value is (72,105,38). Sum of RGB (Red+Green+Blue) = 72+105+38=215 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.49% from 215); Green value is 105 (41.41% from 255 or 48.84% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 105 - color contains mainly: green. Hex color #486926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486926 is #B796D9. Grayscale: #575757. Windows color (decimal): -12031706 or 2517320. OLE color: 2517320.

HSL color Cylindrical-coordinate representation of color #486926: hue angle of 89.55º degrees, saturation: 0.47, 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 #486926 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 38 -
CMYK 0.31 0 0.64 0.59
HSL 89.55º 0.47% 0.28% -
HSV(B) 89.55º 0.64% 0.41% -
XYZ 8.07 11.62 3.65 -
YUV 87.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 72 105 38 0.31 0 0.64 0.59 89.55 0.47 0.28
Hex 48 69 26 1F 0 40 3B 5A 2F 1C
Octal 110 151 46 37 0 100 73 132 57 34
Binary 1001000 1101001 100110 11111 0 1000000 111011 1011010 101111 11100

Color Harmonies of #486926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486926

Black with #486926

Text Example


Text Example

White with #486926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486926; }

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

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

background-color css

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

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

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

border-color css

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

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

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