Html Css Color HEX #47602E Dell

📋 copy color: '#47602E'

red 71 ◦ green 96 ◦ blue 46

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

Shades of Dell #47602E

Tints of Dell #47602E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.07%

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

R = 33.33%
G = 45.07%
B = 21.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#47602E (or 0x47602E) is known color: Dell. HEX triplet: 47, 60 and 2E. RGB value is (71,96,46). Sum of RGB (Red+Green+Blue) = 71+96+46=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #47602E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47602E is #B89FD1. Grayscale: #535353. Windows color (decimal): -12099538 or 3039303. OLE color: 3039303.

HSL color Cylindrical-coordinate representation of color #47602E: hue angle of 90º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47602E is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 46 -
CMYK 0.26 0 0.52 0.62
HSL 90º 0.35% 0.28% -
HSV(B) 90º 0.52% 0.38% -
XYZ 7.27 9.9 4.11 -
YUV 82.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 71 96 46 0.26 0 0.52 0.62 90 0.35 0.28
Hex 47 60 2E 1A 0 34 3E 5A 23 1C
Octal 107 140 56 32 0 64 76 132 43 34
Binary 1000111 1100000 101110 11010 0 110100 111110 1011010 100011 11100

Color Harmonies of #47602E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47602E

Black with #47602E

Text Example


Text Example

White with #47602E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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