Html Css Color HEX #47712B Dell

📋 copy color: '#47712B'

red 71 ◦ green 113 ◦ blue 43

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

Shades of Dell #47712B

Tints of Dell #47712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.78%

 BLUE value IS 43 (17.19% from 255) = 18.94%

R = 31.28%
G = 49.78%
B = 18.94%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#47712B (or 0x47712B) is known color: Dell. HEX triplet: 47, 71 and 2B. RGB value is (71,113,43). Sum of RGB (Red+Green+Blue) = 71+113+43=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #47712B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47712B is #B88ED4. Grayscale: #5C5C5C. Windows color (decimal): -12095189 or 2847047. OLE color: 2847047.

HSL color Cylindrical-coordinate representation of color #47712B: hue angle of 96º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47712B is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 113 43 -
CMYK 0.37 0 0.62 0.56
HSL 96º 0.45% 0.31% -
HSV(B) 96º 0.62% 0.44% -
XYZ 8.94 13.32 4.39 -
YUV 92.46 100.09 112.69 -
System Red Green Blue C M Y K H S L
Decimal 71 113 43 0.37 0 0.62 0.56 96 0.45 0.31
Hex 47 71 2B 25 0 3E 38 60 2D 1F
Octal 107 161 53 45 0 76 70 140 55 37
Binary 1000111 1110001 101011 100101 0 111110 111000 1100000 101101 11111

Color Harmonies of #47712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47712B

Black with #47712B

Text Example


Text Example

White with #47712B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47712B; }

 p { color: rgb(71,113,43); }

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

background-color css

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

 a { background-color: rgb(71,113,43); }

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

border-color css

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

 span { border-color: rgb(71,113,43); }

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