Html Css Color HEX #47632F Dell

📋 copy color: '#47632F'

red 71 ◦ green 99 ◦ blue 47

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

Shades of Dell #47632F

Tints of Dell #47632F

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

 BLUE value IS 47 (18.75% from 255) = 21.66%

R = 32.72%
G = 45.62%
B = 21.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#47632F (or 0x47632F) is known color: Dell. HEX triplet: 47, 63 and 2F. RGB value is (71,99,47). Sum of RGB (Red+Green+Blue) = 71+99+47=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 99 - color contains mainly: green. Hex color #47632F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47632F is #B89CD0. Grayscale: #545454. Windows color (decimal): -12098769 or 3105607. OLE color: 3105607.

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

Color convert

RGB 71 99 47 -
CMYK 0.28 0 0.53 0.61
HSL 92.31º 0.36% 0.29% -
HSV(B) 92.31º 0.53% 0.39% -
XYZ 7.57 10.47 4.31 -
YUV 84.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 71 99 47 0.28 0 0.53 0.61 92.31 0.36 0.29
Hex 47 63 2F 1C 0 35 3D 5C 24 1D
Octal 107 143 57 34 0 65 75 134 44 35
Binary 1000111 1100011 101111 11100 0 110101 111101 1011100 100100 11101

Color Harmonies of #47632F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47632F

Black with #47632F

Text Example


Text Example

White with #47632F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47632F; }

 p { color: rgb(71,99,47); }

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

background-color css

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

 a { background-color: rgb(71,99,47); }

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

border-color css

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

 span { border-color: rgb(71,99,47); }

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