Html Css Color HEX #47602B Dell

📋 copy color: '#47602B'

red 71 ◦ green 96 ◦ blue 43

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

Shades of Dell #47602B

Tints of Dell #47602B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.48%

R = 33.81%
G = 45.71%
B = 20.48%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#47602B (or 0x47602B) is known color: Dell. HEX triplet: 47, 60 and 2B. RGB value is (71,96,43). Sum of RGB (Red+Green+Blue) = 71+96+43=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #47602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47602B is #B89FD4. Grayscale: #525252. Windows color (decimal): -12099541 or 2842695. OLE color: 2842695.

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

Color convert

RGB 71 96 43 -
CMYK 0.26 0 0.55 0.62
HSL 88.3º 0.38% 0.27% -
HSV(B) 88.3º 0.55% 0.38% -
XYZ 7.22 9.88 3.81 -
YUV 82.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 71 96 43 0.26 0 0.55 0.62 88.3 0.38 0.27
Hex 47 60 2B 1A 0 37 3E 58 26 1B
Octal 107 140 53 32 0 67 76 130 46 33
Binary 1000111 1100000 101011 11010 0 110111 111110 1011000 100110 11011

Color Harmonies of #47602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47602B

Black with #47602B

Text Example


Text Example

White with #47602B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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