Html Css Color HEX #477128 Dell

📋 copy color: '#477128'

red 71 ◦ green 113 ◦ blue 40

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

Shades of Dell #477128

Tints of Dell #477128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50.45%

 BLUE value IS 40 (16.02% from 255) = 17.86%

R = 31.7%
G = 50.45%
B = 17.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#477128 (or 0x477128) is known color: Dell. HEX triplet: 47, 71 and 28. RGB value is (71,113,40). Sum of RGB (Red+Green+Blue) = 71+113+40=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 40 (16.02% from 255 or 17.86% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #477128 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477128 is #B88ED7. Grayscale: #5C5C5C. Windows color (decimal): -12095192 or 2650439. OLE color: 2650439.

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

Color convert

RGB 71 113 40 -
CMYK 0.37 0 0.65 0.56
HSL 94.52º 0.48% 0.3% -
HSV(B) 94.52º 0.65% 0.44% -
XYZ 8.89 13.3 4.11 -
YUV 92.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 71 113 40 0.37 0 0.65 0.56 94.52 0.48 0.3
Hex 47 71 28 25 0 41 38 5F 30 1E
Octal 107 161 50 45 0 101 70 137 60 36
Binary 1000111 1110001 101000 100101 0 1000001 111000 1011111 110000 11110

Color Harmonies of #477128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477128

Black with #477128

Text Example


Text Example

White with #477128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477128; }

 p { color: rgb(71,113,40); }

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

background-color css

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

 a { background-color: rgb(71,113,40); }

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

border-color css

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

 span { border-color: rgb(71,113,40); }

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