Html Css Color HEX #497326 Dell

📋 copy color: '#497326'

red 73 ◦ green 115 ◦ blue 38

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

Shades of Dell #497326

Tints of Dell #497326

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.88%

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

R = 32.3%
G = 50.88%
B = 16.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#497326 (or 0x497326) is known color: Dell. HEX triplet: 49, 73 and 26. RGB value is (73,115,38). Sum of RGB (Red+Green+Blue) = 73+115+38=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 38 (15.23% from 255 or 16.81% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #497326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497326 is #B68CD9. Grayscale: #5D5D5D. Windows color (decimal): -11963610 or 2519881. OLE color: 2519881.

HSL color Cylindrical-coordinate representation of color #497326: hue angle of 92.73º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497326 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 115 38 -
CMYK 0.37 0 0.67 0.55
HSL 92.73º 0.5% 0.3% -
HSV(B) 92.73º 0.67% 0.45% -
XYZ 9.23 13.82 4.01 -
YUV 93.66 96.59 113.26 -
System Red Green Blue C M Y K H S L
Decimal 73 115 38 0.37 0 0.67 0.55 92.73 0.5 0.3
Hex 49 73 26 25 0 43 37 5D 32 1E
Octal 111 163 46 45 0 103 67 135 62 36
Binary 1001001 1110011 100110 100101 0 1000011 110111 1011101 110010 11110

Color Harmonies of #497326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497326

Black with #497326

Text Example


Text Example

White with #497326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497326; }

 p { color: rgb(73,115,38); }

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

background-color css

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

 a { background-color: rgb(73,115,38); }

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

border-color css

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

 span { border-color: rgb(73,115,38); }

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