Html Css Color HEX #47712C Dell

📋 copy color: '#47712C'

red 71 ◦ green 113 ◦ blue 44

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

Shades of Dell #47712C

Tints of Dell #47712C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.3%

R = 31.14%
G = 49.56%
B = 19.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#47712C (or 0x47712C) is known color: Dell. HEX triplet: 47, 71 and 2C. RGB value is (71,113,44). Sum of RGB (Red+Green+Blue) = 71+113+44=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 44 (17.58% from 255 or 19.30% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #47712C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47712C is #B88ED3. Grayscale: #5C5C5C. Windows color (decimal): -12095188 or 2912583. OLE color: 2912583.

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

Color convert

RGB 71 113 44 -
CMYK 0.37 0 0.61 0.56
HSL 96.52º 0.44% 0.31% -
HSV(B) 96.52º 0.61% 0.44% -
XYZ 8.96 13.33 4.48 -
YUV 92.58 100.59 112.61 -
System Red Green Blue C M Y K H S L
Decimal 71 113 44 0.37 0 0.61 0.56 96.52 0.44 0.31
Hex 47 71 2C 25 0 3D 38 61 2C 1F
Octal 107 161 54 45 0 75 70 141 54 37
Binary 1000111 1110001 101100 100101 0 111101 111000 1100001 101100 11111

Color Harmonies of #47712C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47712C

Black with #47712C

Text Example


Text Example

White with #47712C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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