Html Css Color HEX #47702A Dell

📋 copy color: '#47702A'

red 71 ◦ green 112 ◦ blue 42

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

Shades of Dell #47702A

Tints of Dell #47702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.67%

R = 31.56%
G = 49.78%
B = 18.67%

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

#47702A (or 0x47702A) is known color: Dell. HEX triplet: 47, 70 and 2A. RGB value is (71,112,42). Sum of RGB (Red+Green+Blue) = 71+112+42=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #47702A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47702A is #B88FD5. Grayscale: #5C5C5C. Windows color (decimal): -12095446 or 2781255. OLE color: 2781255.

HSL color Cylindrical-coordinate representation of color #47702A: hue angle of 95.14º 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 #47702A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 112 42 -
CMYK 0.37 0 0.62 0.56
HSL 95.14º 0.45% 0.3% -
HSV(B) 95.14º 0.63% 0.44% -
XYZ 8.81 13.1 4.25 -
YUV 91.76 99.92 113.19 -
System Red Green Blue C M Y K H S L
Decimal 71 112 42 0.37 0 0.62 0.56 95.14 0.45 0.3
Hex 47 70 2A 25 0 3E 38 5F 2D 1E
Octal 107 160 52 45 0 76 70 137 55 36
Binary 1000111 1110000 101010 100101 0 111110 111000 1011111 101101 11110

Color Harmonies of #47702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47702A

Black with #47702A

Text Example


Text Example

White with #47702A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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