Html Css Color HEX #477428 Dell

📋 copy color: '#477428'

red 71 ◦ green 116 ◦ blue 40

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

Shades of Dell #477428

Tints of Dell #477428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.1%

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

R = 31.28%
G = 51.1%
B = 17.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#477428 (or 0x477428) is known color: Dell. HEX triplet: 47, 74 and 28. RGB value is (71,116,40). Sum of RGB (Red+Green+Blue) = 71+116+40=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 40 (16.02% from 255 or 17.62% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #477428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #477428 is #B88BD7. Grayscale: #5E5E5E. Windows color (decimal): -12094424 or 2651207. OLE color: 2651207.

HSL color Cylindrical-coordinate representation of color #477428: hue angle of 95.53º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #477428 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 71 116 40 -
CMYK 0.39 0 0.66 0.55
HSL 95.53º 0.49% 0.31% -
HSV(B) 95.53º 0.66% 0.45% -
XYZ 9.23 13.98 4.22 -
YUV 93.88 97.59 111.68 -
System Red Green Blue C M Y K H S L
Decimal 71 116 40 0.39 0 0.66 0.55 95.53 0.49 0.31
Hex 47 74 28 27 0 42 37 60 31 1F
Octal 107 164 50 47 0 102 67 140 61 37
Binary 1000111 1110100 101000 100111 0 1000010 110111 1100000 110001 11111

Color Harmonies of #477428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477428

Black with #477428

Text Example


Text Example

White with #477428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477428; }

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

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

background-color css

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

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

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

border-color css

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

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

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