Html Css Color HEX #477031 Dell

📋 copy color: '#477031'

red 71 ◦ green 112 ◦ blue 49

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

Shades of Dell #477031

Tints of Dell #477031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 30.6%
G = 48.28%
B = 21.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0.56

RGB Variations

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

Color information

#477031 (or 0x477031) is known color: Dell. HEX triplet: 47, 70 and 31. RGB value is (71,112,49). Sum of RGB (Red+Green+Blue) = 71+112+49=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #477031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477031 is #B88FCE. Grayscale: #5C5C5C. Windows color (decimal): -12095439 or 3240007. OLE color: 3240007.

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

Color convert

RGB 71 112 49 -
CMYK 0.37 0 0.56 0.56
HSL 99.05º 0.39% 0.32% -
HSV(B) 99.05º 0.56% 0.44% -
XYZ 8.95 13.15 4.97 -
YUV 92.56 103.42 112.62 -
System Red Green Blue C M Y K H S L
Decimal 71 112 49 0.37 0 0.56 0.56 99.05 0.39 0.32
Hex 47 70 31 25 0 38 38 63 27 20
Octal 107 160 61 45 0 70 70 143 47 40
Binary 1000111 1110000 110001 100101 0 111000 111000 1100011 100111 100000

Color Harmonies of #477031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477031

Black with #477031

Text Example


Text Example

White with #477031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477031; }

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

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

background-color css

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

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

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

border-color css

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

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

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