Html Css Color HEX #476E28 Dell

📋 copy color: '#476E28'

red 71 ◦ green 110 ◦ blue 40

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

Shades of Dell #476E28

Tints of Dell #476E28

RGB

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

 GREEN value IS 110 (43.36% from 255) = 49.77%

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

R = 32.13%
G = 49.77%
B = 18.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.57

RGB Variations

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

Color information

#476E28 (or 0x476E28) is known color: Dell. HEX triplet: 47, 6E and 28. RGB value is (71,110,40). Sum of RGB (Red+Green+Blue) = 71+110+40=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #476E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476E28 is #B891D7. Grayscale: #5A5A5A. Windows color (decimal): -12095960 or 2649671. OLE color: 2649671.

HSL color Cylindrical-coordinate representation of color #476E28: hue angle of 93.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #476E28 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.

Color convert

RGB 71 110 40 -
CMYK 0.35 0 0.64 0.57
HSL 93.43º 0.47% 0.29% -
HSV(B) 93.43º 0.64% 0.43% -
XYZ 8.56 12.64 4 -
YUV 90.36 99.58 114.19 -
System Red Green Blue C M Y K H S L
Decimal 71 110 40 0.35 0 0.64 0.57 93.43 0.47 0.29
Hex 47 6E 28 23 0 40 39 5D 2F 1D
Octal 107 156 50 43 0 100 71 135 57 35
Binary 1000111 1101110 101000 100011 0 1000000 111001 1011101 101111 11101

Color Harmonies of #476E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476E28

Black with #476E28

Text Example


Text Example

White with #476E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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