Html Css Color HEX #47642F Dell

📋 copy color: '#47642F'

red 71 ◦ green 100 ◦ blue 47

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

Shades of Dell #47642F

Tints of Dell #47642F

RGB

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

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

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

R = 32.57%
G = 45.87%
B = 21.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#47642F (or 0x47642F) is known color: Dell. HEX triplet: 47, 64 and 2F. RGB value is (71,100,47). Sum of RGB (Red+Green+Blue) = 71+100+47=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #47642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47642F is #B89BD0. Grayscale: #555555. Windows color (decimal): -12098513 or 3105863. OLE color: 3105863.

HSL color Cylindrical-coordinate representation of color #47642F: hue angle of 92.83º 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 #47642F is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 100 47 -
CMYK 0.29 0 0.53 0.61
HSL 92.83º 0.36% 0.29% -
HSV(B) 92.83º 0.53% 0.39% -
XYZ 7.67 10.66 4.34 -
YUV 85.29 106.39 117.81 -
System Red Green Blue C M Y K H S L
Decimal 71 100 47 0.29 0 0.53 0.61 92.83 0.36 0.29
Hex 47 64 2F 1D 0 35 3D 5D 24 1D
Octal 107 144 57 35 0 65 75 135 44 35
Binary 1000111 1100100 101111 11101 0 110101 111101 1011101 100100 11101

Color Harmonies of #47642F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47642F

Black with #47642F

Text Example


Text Example

White with #47642F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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