Html Css Color HEX #497427 Dell

📋 copy color: '#497427'

red 73 ◦ green 116 ◦ blue 39

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

Shades of Dell #497427

Tints of Dell #497427

RGB

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

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

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

R = 32.02%
G = 50.88%
B = 17.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#497427 (or 0x497427) is known color: Dell. HEX triplet: 49, 74 and 27. RGB value is (73,116,39). Sum of RGB (Red+Green+Blue) = 73+116+39=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 116 (45.70% from 255 or 50.88% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 116 - color contains mainly: green. Hex color #497427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497427 is #B68BD8. Grayscale: #5E5E5E. Windows color (decimal): -11963353 or 2585673. OLE color: 2585673.

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

Color convert

RGB 73 116 39 -
CMYK 0.37 0 0.66 0.55
HSL 93.51º 0.5% 0.3% -
HSV(B) 93.51º 0.66% 0.45% -
XYZ 9.36 14.05 4.14 -
YUV 94.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 73 116 39 0.37 0 0.66 0.55 93.51 0.5 0.3
Hex 49 74 27 25 0 42 37 5E 32 1E
Octal 111 164 47 45 0 102 67 136 62 36
Binary 1001001 1110100 100111 100101 0 1000010 110111 1011110 110010 11110

Color Harmonies of #497427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497427

Black with #497427

Text Example


Text Example

White with #497427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497427; }

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

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

background-color css

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

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

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

border-color css

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

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

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