Html Css Color HEX #47712A Dell

📋 copy color: '#47712A'

red 71 ◦ green 113 ◦ blue 42

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

Shades of Dell #47712A

Tints of Dell #47712A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.58%

R = 31.42%
G = 50%
B = 18.58%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#47712A (or 0x47712A) is known color: Dell. HEX triplet: 47, 71 and 2A. RGB value is (71,113,42). Sum of RGB (Red+Green+Blue) = 71+113+42=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #47712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47712A is #B88ED5. Grayscale: #5C5C5C. Windows color (decimal): -12095190 or 2781511. OLE color: 2781511.

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

Color convert

RGB 71 113 42 -
CMYK 0.37 0 0.63 0.56
HSL 95.49º 0.46% 0.3% -
HSV(B) 95.49º 0.63% 0.44% -
XYZ 8.92 13.32 4.29 -
YUV 92.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 71 113 42 0.37 0 0.63 0.56 95.49 0.46 0.3
Hex 47 71 2A 25 0 3F 38 5F 2E 1E
Octal 107 161 52 45 0 77 70 137 56 36
Binary 1000111 1110001 101010 100101 0 111111 111000 1011111 101110 11110

Color Harmonies of #47712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47712A

Black with #47712A

Text Example


Text Example

White with #47712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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