Html Css Color HEX #497430 Dell

📋 copy color: '#497430'

red 73 ◦ green 116 ◦ blue 48

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

Shades of Dell #497430

Tints of Dell #497430

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.95%

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

R = 30.8%
G = 48.95%
B = 20.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#497430 (or 0x497430) is known color: Dell. HEX triplet: 49, 74 and 30. RGB value is (73,116,48). Sum of RGB (Red+Green+Blue) = 73+116+48=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 116 (45.70% from 255 or 48.95% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 116 - color contains mainly: green. Hex color #497430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497430 is #B68BCF. Grayscale: #5F5F5F. Windows color (decimal): -11963344 or 3175497. OLE color: 3175497.

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

Color convert

RGB 73 116 48 -
CMYK 0.37 0 0.59 0.55
HSL 97.94º 0.41% 0.32% -
HSV(B) 97.94º 0.59% 0.45% -
XYZ 9.53 14.12 5.02 -
YUV 95.39 101.25 112.03 -
System Red Green Blue C M Y K H S L
Decimal 73 116 48 0.37 0 0.59 0.55 97.94 0.41 0.32
Hex 49 74 30 25 0 3B 37 62 29 20
Octal 111 164 60 45 0 73 67 142 51 40
Binary 1001001 1110100 110000 100101 0 111011 110111 1100010 101001 100000

Color Harmonies of #497430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497430

Black with #497430

Text Example


Text Example

White with #497430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497430; }

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

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

background-color css

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

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

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

border-color css

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

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

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