Html Css Color HEX #476437 Dell

📋 copy color: '#476437'

red 71 ◦ green 100 ◦ blue 55

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

Shades of Dell #476437

Tints of Dell #476437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 44.25%

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

R = 31.42%
G = 44.25%
B = 24.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.61

RGB Variations

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

Color information

#476437 (or 0x476437) is known color: Dell. HEX triplet: 47, 64 and 37. RGB value is (71,100,55). Sum of RGB (Red+Green+Blue) = 71+100+55=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 100 - color contains mainly: green. Hex color #476437 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476437 is #B89BC8. Grayscale: #565656. Windows color (decimal): -12098505 or 3630151. OLE color: 3630151.

HSL color Cylindrical-coordinate representation of color #476437: hue angle of 98.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476437 is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 55 -
CMYK 0.29 0 0.45 0.61
HSL 98.67º 0.29% 0.3% -
HSV(B) 98.67º 0.45% 0.39% -
XYZ 7.85 10.73 5.27 -
YUV 86.2 110.39 117.16 -
System Red Green Blue C M Y K H S L
Decimal 71 100 55 0.29 0 0.45 0.61 98.67 0.29 0.3
Hex 47 64 37 1D 0 2D 3D 63 1D 1E
Octal 107 144 67 35 0 55 75 143 35 36
Binary 1000111 1100100 110111 11101 0 101101 111101 1100011 11101 11110

Color Harmonies of #476437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476437

Black with #476437

Text Example


Text Example

White with #476437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476437; }

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

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

background-color css

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

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

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

border-color css

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

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

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