Html Css Color HEX #47702B Dell

📋 copy color: '#47702B'

red 71 ◦ green 112 ◦ blue 43

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

Shades of Dell #47702B

Tints of Dell #47702B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.56%

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

R = 31.42%
G = 49.56%
B = 19.03%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#47702B (or 0x47702B) is known color: Dell. HEX triplet: 47, 70 and 2B. RGB value is (71,112,43). Sum of RGB (Red+Green+Blue) = 71+112+43=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 43 (17.19% from 255 or 19.03% from 226); Max value from RGB is 112 - color contains mainly: green. Hex color #47702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47702B is #B88FD4. Grayscale: #5C5C5C. Windows color (decimal): -12095445 or 2846791. OLE color: 2846791.

HSL color Cylindrical-coordinate representation of color #47702B: hue angle of 95.65º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47702B is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 43 -
CMYK 0.37 0 0.62 0.56
HSL 95.65º 0.45% 0.3% -
HSV(B) 95.65º 0.62% 0.44% -
XYZ 8.83 13.1 4.35 -
YUV 91.88 100.42 113.11 -
System Red Green Blue C M Y K H S L
Decimal 71 112 43 0.37 0 0.62 0.56 95.65 0.45 0.3
Hex 47 70 2B 25 0 3E 38 60 2D 1E
Octal 107 160 53 45 0 76 70 140 55 36
Binary 1000111 1110000 101011 100101 0 111110 111000 1100000 101101 11110

Color Harmonies of #47702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47702B

Black with #47702B

Text Example


Text Example

White with #47702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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