Html Css Color HEX #497230 Dell

📋 copy color: '#497230'

red 73 ◦ green 114 ◦ blue 48

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

Shades of Dell #497230

Tints of Dell #497230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.43%

R = 31.06%
G = 48.51%
B = 20.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#497230 (or 0x497230) is known color: Dell. HEX triplet: 49, 72 and 30. RGB value is (73,114,48). Sum of RGB (Red+Green+Blue) = 73+114+48=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #497230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497230 is #B68DCF. Grayscale: #5E5E5E. Windows color (decimal): -11963856 or 3174985. OLE color: 3174985.

HSL color Cylindrical-coordinate representation of color #497230: hue angle of 97.27º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #497230 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 48 -
CMYK 0.36 0 0.58 0.55
HSL 97.27º 0.41% 0.32% -
HSV(B) 97.27º 0.58% 0.45% -
XYZ 9.3 13.66 4.94 -
YUV 94.22 101.92 112.87 -
System Red Green Blue C M Y K H S L
Decimal 73 114 48 0.36 0 0.58 0.55 97.27 0.41 0.32
Hex 49 72 30 24 0 3A 37 61 29 20
Octal 111 162 60 44 0 72 67 141 51 40
Binary 1001001 1110010 110000 100100 0 111010 110111 1100001 101001 100000

Color Harmonies of #497230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497230

Black with #497230

Text Example


Text Example

White with #497230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497230; }

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

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

background-color css

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

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

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

border-color css

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

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

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