Html Css Color HEX #47692E Dell

📋 copy color: '#47692E'

red 71 ◦ green 105 ◦ blue 46

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

Shades of Dell #47692E

Tints of Dell #47692E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.3%

 BLUE value IS 46 (18.36% from 255) = 20.72%

R = 31.98%
G = 47.3%
B = 20.72%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.59

RGB Variations

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

Color information

#47692E (or 0x47692E) is known color: Dell. HEX triplet: 47, 69 and 2E. RGB value is (71,105,46). Sum of RGB (Red+Green+Blue) = 71+105+46=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #47692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47692E is #B896D1. Grayscale: #585858. Windows color (decimal): -12097234 or 3041607. OLE color: 3041607.

HSL color Cylindrical-coordinate representation of color #47692E: hue angle of 94.58º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #47692E is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 46 -
CMYK 0.32 0 0.56 0.59
HSL 94.58º 0.39% 0.3% -
HSV(B) 94.58º 0.56% 0.41% -
XYZ 8.14 11.64 4.4 -
YUV 88.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 71 105 46 0.32 0 0.56 0.59 94.58 0.39 0.3
Hex 47 69 2E 20 0 38 3B 5F 27 1E
Octal 107 151 56 40 0 70 73 137 47 36
Binary 1000111 1101001 101110 100000 0 111000 111011 1011111 100111 11110

Color Harmonies of #47692E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47692E

Black with #47692E

Text Example


Text Example

White with #47692E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47692E; }

 p { color: rgb(71,105,46); }

 H1.HeaderClassName
 {
   color: #47692E;
 }
 .AnyTagClassName
 {
   color: #47692E;
 }
</style>

background-color css

<style>
 a { background-color: #47692E; }

 a { background-color: rgb(71,105,46); }

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

border-color css

<style>
 span { border-color: #47692E; }

 span { border-color: rgb(71,105,46); }

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