Html Css Color HEX #47662D Dell

📋 copy color: '#47662D'

red 71 ◦ green 102 ◦ blue 45

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

Shades of Dell #47662D

Tints of Dell #47662D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 32.57%
G = 46.79%
B = 20.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#47662D (or 0x47662D) is known color: Dell. HEX triplet: 47, 66 and 2D. RGB value is (71,102,45). Sum of RGB (Red+Green+Blue) = 71+102+45=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 102 (40.23% from 255 or 46.79% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 102 - color contains mainly: green. Hex color #47662D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47662D is #B899D2. Grayscale: #565656. Windows color (decimal): -12098003 or 2975303. OLE color: 2975303.

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

Color convert

RGB 71 102 45 -
CMYK 0.30 0 0.56 0.6
HSL 92.63º 0.39% 0.29% -
HSV(B) 92.63º 0.56% 0.4% -
XYZ 7.82 11.03 4.2 -
YUV 86.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 71 102 45 0.30 0 0.56 0.6 92.63 0.39 0.29
Hex 47 66 2D 1E 0 38 3C 5D 27 1D
Octal 107 146 55 36 0 70 74 135 47 35
Binary 1000111 1100110 101101 11110 0 111000 111100 1011101 100111 11101

Color Harmonies of #47662D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47662D

Black with #47662D

Text Example


Text Example

White with #47662D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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