Html Css Color HEX #497627 Dell

📋 copy color: '#497627'

red 73 ◦ green 118 ◦ blue 39

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

Shades of Dell #497627

Tints of Dell #497627

RGB

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

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

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

R = 31.74%
G = 51.3%
B = 16.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#497627 (or 0x497627) is known color: Dell. HEX triplet: 49, 76 and 27. RGB value is (73,118,39). Sum of RGB (Red+Green+Blue) = 73+118+39=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 118 (46.48% from 255 or 51.30% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 118 - color contains mainly: green. Hex color #497627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497627 is #B689D8. Grayscale: #5F5F5F. Windows color (decimal): -11962841 or 2586185. OLE color: 2586185.

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

Color convert

RGB 73 118 39 -
CMYK 0.38 0 0.67 0.54
HSL 94.18º 0.5% 0.31% -
HSV(B) 94.18º 0.67% 0.46% -
XYZ 9.59 14.52 4.22 -
YUV 95.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 73 118 39 0.38 0 0.67 0.54 94.18 0.5 0.31
Hex 49 76 27 26 0 43 36 5E 32 1F
Octal 111 166 47 46 0 103 66 136 62 37
Binary 1001001 1110110 100111 100110 0 1000011 110110 1011110 110010 11111

Color Harmonies of #497627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497627

Black with #497627

Text Example


Text Example

White with #497627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497627; }

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

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

background-color css

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

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

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

border-color css

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

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

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