Html Css Color HEX #497027 Dell

📋 copy color: '#497027'

red 73 ◦ green 112 ◦ blue 39

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

Shades of Dell #497027

Tints of Dell #497027

RGB

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

 GREEN value IS 112 (44.14% from 255) = 50%

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

R = 32.59%
G = 50%
B = 17.41%

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

#497027 (or 0x497027) is known color: Dell. HEX triplet: 49, 70 and 27. RGB value is (73,112,39). Sum of RGB (Red+Green+Blue) = 73+112+39=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #497027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497027 is #B68FD8. Grayscale: #5C5C5C. Windows color (decimal): -11964377 or 2584649. OLE color: 2584649.

HSL color Cylindrical-coordinate representation of color #497027: hue angle of 92.05º degrees, saturation: 0.48, 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 #497027 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 112 39 -
CMYK 0.35 0 0.65 0.56
HSL 92.05º 0.48% 0.3% -
HSV(B) 92.05º 0.65% 0.44% -
XYZ 8.91 13.15 3.99 -
YUV 92.02 98.08 114.44 -
System Red Green Blue C M Y K H S L
Decimal 73 112 39 0.35 0 0.65 0.56 92.05 0.48 0.3
Hex 49 70 27 23 0 41 38 5C 30 1E
Octal 111 160 47 43 0 101 70 134 60 36
Binary 1001001 1110000 100111 100011 0 1000001 111000 1011100 110000 11110

Color Harmonies of #497027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497027

Black with #497027

Text Example


Text Example

White with #497027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497027; }

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

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

background-color css

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

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

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

border-color css

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

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

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