Html Css Color HEX #475937 Dell

📋 copy color: '#475937'

red 71 ◦ green 89 ◦ blue 55

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

Shades of Dell #475937

Tints of Dell #475937

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.4%

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

R = 33.02%
G = 41.4%
B = 25.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#475937 (or 0x475937) is known color: Dell. HEX triplet: 47, 59 and 37. RGB value is (71,89,55). Sum of RGB (Red+Green+Blue) = 71+89+55=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #475937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475937 is #B8A6C8. Grayscale: #4F4F4F. Windows color (decimal): -12101321 or 3627335. OLE color: 3627335.

HSL color Cylindrical-coordinate representation of color #475937: hue angle of 91.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475937 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 55 -
CMYK 0.20 0 0.38 0.65
HSL 91.76º 0.24% 0.28% -
HSV(B) 91.76º 0.38% 0.35% -
XYZ 6.86 8.76 4.94 -
YUV 79.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 71 89 55 0.20 0 0.38 0.65 91.76 0.24 0.28
Hex 47 59 37 14 0 26 41 5C 18 1C
Octal 107 131 67 24 0 46 101 134 30 34
Binary 1000111 1011001 110111 10100 0 100110 1000001 1011100 11000 11100

Color Harmonies of #475937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475937

Black with #475937

Text Example


Text Example

White with #475937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475937; }

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

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

background-color css

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

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

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

border-color css

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

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

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