Html Css Color HEX #476229 Dell

📋 copy color: '#476229'

red 71 ◦ green 98 ◦ blue 41

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

Shades of Dell #476229

Tints of Dell #476229

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.67%

 BLUE value IS 41 (16.41% from 255) = 19.52%

R = 33.81%
G = 46.67%
B = 19.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#476229 (or 0x476229) is known color: Dell. HEX triplet: 47, 62 and 29. RGB value is (71,98,41). Sum of RGB (Red+Green+Blue) = 71+98+41=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #476229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476229 is #B89DD6. Grayscale: #535353. Windows color (decimal): -12099031 or 2712135. OLE color: 2712135.

HSL color Cylindrical-coordinate representation of color #476229: hue angle of 88.42º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #476229 is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 98 41 -
CMYK 0.28 0 0.58 0.62
HSL 88.42º 0.41% 0.27% -
HSV(B) 88.42º 0.58% 0.38% -
XYZ 7.37 10.24 3.69 -
YUV 83.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 71 98 41 0.28 0 0.58 0.62 88.42 0.41 0.27
Hex 47 62 29 1C 0 3A 3E 58 29 1B
Octal 107 142 51 34 0 72 76 130 51 33
Binary 1000111 1100010 101001 11100 0 111010 111110 1011000 101001 11011

Color Harmonies of #476229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476229

Black with #476229

Text Example


Text Example

White with #476229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476229; }

 p { color: rgb(71,98,41); }

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

background-color css

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

 a { background-color: rgb(71,98,41); }

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

border-color css

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

 span { border-color: rgb(71,98,41); }

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