Html Css Color HEX #496827 Dell

📋 copy color: '#496827'

red 73 ◦ green 104 ◦ blue 39

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

Shades of Dell #496827

Tints of Dell #496827

RGB

 RED value IS 73 (28.91% from 255) = 33.8%

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

 BLUE value IS 39 (15.63% from 255) = 18.06%

R = 33.8%
G = 48.15%
B = 18.06%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.62

 K value IS 0.59

RGB Variations

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

Color information

#496827 (or 0x496827) is known color: Dell. HEX triplet: 49, 68 and 27. RGB value is (73,104,39). Sum of RGB (Red+Green+Blue) = 73+104+39=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #496827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496827 is #B697D8. Grayscale: #575757. Windows color (decimal): -11966425 or 2582601. OLE color: 2582601.

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

Color convert

RGB 73 104 39 -
CMYK 0.30 0 0.62 0.59
HSL 88.62º 0.45% 0.28% -
HSV(B) 88.62º 0.63% 0.41% -
XYZ 8.06 11.46 3.71 -
YUV 87.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 73 104 39 0.30 0 0.62 0.59 88.62 0.45 0.28
Hex 49 68 27 1E 0 3E 3B 59 2D 1C
Octal 111 150 47 36 0 76 73 131 55 34
Binary 1001001 1101000 100111 11110 0 111110 111011 1011001 101101 11100

Color Harmonies of #496827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496827

Black with #496827

Text Example


Text Example

White with #496827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496827; }

 p { color: rgb(73,104,39); }

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

background-color css

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

 a { background-color: rgb(73,104,39); }

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

border-color css

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

 span { border-color: rgb(73,104,39); }

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