Html Css Color HEX #476137 Dell

📋 copy color: '#476137'

red 71 ◦ green 97 ◦ blue 55

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

Shades of Dell #476137

Tints of Dell #476137

RGB

 RED value IS 71 (28.13% from 255) = 31.84%

 GREEN value IS 97 (38.28% from 255) = 43.5%

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 31.84%
G = 43.5%
B = 24.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#476137 (or 0x476137) is known color: Dell. HEX triplet: 47, 61 and 37. RGB value is (71,97,55). Sum of RGB (Red+Green+Blue) = 71+97+55=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #476137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476137 is #B89EC8. Grayscale: #545454. Windows color (decimal): -12099273 or 3629383. OLE color: 3629383.

HSL color Cylindrical-coordinate representation of color #476137: hue angle of 97.14º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #476137 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 97 55 -
CMYK 0.27 0 0.43 0.62
HSL 97.14º 0.28% 0.3% -
HSV(B) 97.14º 0.43% 0.38% -
XYZ 7.56 10.16 5.18 -
YUV 84.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 71 97 55 0.27 0 0.43 0.62 97.14 0.28 0.3
Hex 47 61 37 1B 0 2B 3E 61 1C 1E
Octal 107 141 67 33 0 53 76 141 34 36
Binary 1000111 1100001 110111 11011 0 101011 111110 1100001 11100 11110

Color Harmonies of #476137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476137

Black with #476137

Text Example


Text Example

White with #476137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476137; }

 p { color: rgb(71,97,55); }

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

background-color css

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

 a { background-color: rgb(71,97,55); }

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

border-color css

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

 span { border-color: rgb(71,97,55); }

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