Html Css Color HEX #497226 Dell

📋 copy color: '#497226'

red 73 ◦ green 114 ◦ blue 38

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

Shades of Dell #497226

Tints of Dell #497226

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50.67%

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

R = 32.44%
G = 50.67%
B = 16.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#497226 (or 0x497226) is known color: Dell. HEX triplet: 49, 72 and 26. RGB value is (73,114,38). Sum of RGB (Red+Green+Blue) = 73+114+38=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 114 (44.92% from 255 or 50.67% from 225); Blue value is 38 (15.23% from 255 or 16.89% from 225); Max value from RGB is 114 - color contains mainly: green. Hex color #497226 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497226 is #B68DD9. Grayscale: #5D5D5D. Windows color (decimal): -11963866 or 2519625. OLE color: 2519625.

HSL color Cylindrical-coordinate representation of color #497226: hue angle of 92.37º 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 #497226 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 38 -
CMYK 0.36 0 0.67 0.55
HSL 92.37º 0.5% 0.3% -
HSV(B) 92.37º 0.67% 0.45% -
XYZ 9.11 13.59 3.98 -
YUV 93.08 96.92 113.68 -
System Red Green Blue C M Y K H S L
Decimal 73 114 38 0.36 0 0.67 0.55 92.37 0.5 0.3
Hex 49 72 26 24 0 43 37 5C 32 1E
Octal 111 162 46 44 0 103 67 134 62 36
Binary 1001001 1110010 100110 100100 0 1000011 110111 1011100 110010 11110

Color Harmonies of #497226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497226

Black with #497226

Text Example


Text Example

White with #497226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497226; }

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

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

background-color css

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

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

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

border-color css

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

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

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