Html Css Color HEX #497630 Dell

📋 copy color: '#497630'

red 73 ◦ green 118 ◦ blue 48

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

Shades of Dell #497630

Tints of Dell #497630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.37%

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

R = 30.54%
G = 49.37%
B = 20.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#497630 (or 0x497630) is known color: Dell. HEX triplet: 49, 76 and 30. RGB value is (73,118,48). Sum of RGB (Red+Green+Blue) = 73+118+48=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #497630 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497630 is #B689CF. Grayscale: #606060. Windows color (decimal): -11962832 or 3176009. OLE color: 3176009.

HSL color Cylindrical-coordinate representation of color #497630: hue angle of 98.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #497630 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 118 48 -
CMYK 0.38 0 0.59 0.54
HSL 98.57º 0.42% 0.33% -
HSV(B) 98.57º 0.59% 0.46% -
XYZ 9.76 14.59 5.1 -
YUV 96.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 73 118 48 0.38 0 0.59 0.54 98.57 0.42 0.33
Hex 49 76 30 26 0 3B 36 63 2A 21
Octal 111 166 60 46 0 73 66 143 52 41
Binary 1001001 1110110 110000 100110 0 111011 110110 1100011 101010 100001

Color Harmonies of #497630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497630

Black with #497630

Text Example


Text Example

White with #497630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497630; }

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

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

background-color css

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

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

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

border-color css

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

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

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