Html Css Color HEX #476228 Dell

📋 copy color: '#476228'

red 71 ◦ green 98 ◦ blue 40

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

Shades of Dell #476228

Tints of Dell #476228

RGB

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

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

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

R = 33.97%
G = 46.89%
B = 19.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#476228 (or 0x476228) is known color: Dell. HEX triplet: 47, 62 and 28. RGB value is (71,98,40). Sum of RGB (Red+Green+Blue) = 71+98+40=209 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.97% from 209); Green value is 98 (38.67% from 255 or 46.89% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 98 - color contains mainly: green. Hex color #476228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476228 is #B89DD7. Grayscale: #535353. Windows color (decimal): -12099032 or 2646599. OLE color: 2646599.

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

Color convert

RGB 71 98 40 -
CMYK 0.28 0 0.59 0.62
HSL 87.93º 0.42% 0.27% -
HSV(B) 87.93º 0.59% 0.38% -
XYZ 7.35 10.23 3.59 -
YUV 83.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 71 98 40 0.28 0 0.59 0.62 87.93 0.42 0.27
Hex 47 62 28 1C 0 3B 3E 58 2A 1B
Octal 107 142 50 34 0 73 76 130 52 33
Binary 1000111 1100010 101000 11100 0 111011 111110 1011000 101010 11011

Color Harmonies of #476228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476228

Black with #476228

Text Example


Text Example

White with #476228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476228; }

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

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

background-color css

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

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

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

border-color css

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

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

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