Html Css Color HEX #47662E Dell

📋 copy color: '#47662E'

red 71 ◦ green 102 ◦ blue 46

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

Shades of Dell #47662E

Tints of Dell #47662E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 46.58%

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

R = 32.42%
G = 46.58%
B = 21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.6

RGB Variations

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

Color information

#47662E (or 0x47662E) is known color: Dell. HEX triplet: 47, 66 and 2E. RGB value is (71,102,46). Sum of RGB (Red+Green+Blue) = 71+102+46=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 102 - color contains mainly: green. Hex color #47662E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47662E is #B899D1. Grayscale: #565656. Windows color (decimal): -12098002 or 3040839. OLE color: 3040839.

HSL color Cylindrical-coordinate representation of color #47662E: hue angle of 93.21º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47662E is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 46 -
CMYK 0.30 0 0.55 0.6
HSL 93.21º 0.38% 0.29% -
HSV(B) 93.21º 0.55% 0.4% -
XYZ 7.84 11.04 4.3 -
YUV 86.35 105.23 117.05 -
System Red Green Blue C M Y K H S L
Decimal 71 102 46 0.30 0 0.55 0.6 93.21 0.38 0.29
Hex 47 66 2E 1E 0 37 3C 5D 26 1D
Octal 107 146 56 36 0 67 74 135 46 35
Binary 1000111 1100110 101110 11110 0 110111 111100 1011101 100110 11101

Color Harmonies of #47662E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47662E

Black with #47662E

Text Example


Text Example

White with #47662E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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