Html Css Color HEX #497127 Dell

📋 copy color: '#497127'

red 73 ◦ green 113 ◦ blue 39

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

Shades of Dell #497127

Tints of Dell #497127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.22%

 BLUE value IS 39 (15.63% from 255) = 17.33%

R = 32.44%
G = 50.22%
B = 17.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#497127 (or 0x497127) is known color: Dell. HEX triplet: 49, 71 and 27. RGB value is (73,113,39). Sum of RGB (Red+Green+Blue) = 73+113+39=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 39 (15.62% from 255 or 17.33% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #497127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497127 is #B68ED8. Grayscale: #5C5C5C. Windows color (decimal): -11964121 or 2584905. OLE color: 2584905.

HSL color Cylindrical-coordinate representation of color #497127: hue angle of 92.43º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #497127 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 113 39 -
CMYK 0.35 0 0.65 0.56
HSL 92.43º 0.49% 0.3% -
HSV(B) 92.43º 0.65% 0.44% -
XYZ 9.02 13.37 4.03 -
YUV 92.6 97.75 114.02 -
System Red Green Blue C M Y K H S L
Decimal 73 113 39 0.35 0 0.65 0.56 92.43 0.49 0.3
Hex 49 71 27 23 0 41 38 5C 31 1E
Octal 111 161 47 43 0 101 70 134 61 36
Binary 1001001 1110001 100111 100011 0 1000001 111000 1011100 110001 11110

Color Harmonies of #497127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497127

Black with #497127

Text Example


Text Example

White with #497127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497127; }

 p { color: rgb(73,113,39); }

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

background-color css

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

 a { background-color: rgb(73,113,39); }

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

border-color css

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

 span { border-color: rgb(73,113,39); }

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