Html Css Color HEX #476C32 Dell

📋 copy color: '#476C32'

red 71 ◦ green 108 ◦ blue 50

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

Shades of Dell #476C32

Tints of Dell #476C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.16%

 BLUE value IS 50 (19.92% from 255) = 21.83%

R = 31%
G = 47.16%
B = 21.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#476C32 (or 0x476C32) is known color: Dell. HEX triplet: 47, 6C and 32. RGB value is (71,108,50). Sum of RGB (Red+Green+Blue) = 71+108+50=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 108 - color contains mainly: green. Hex color #476C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C32 is #B893CD. Grayscale: #5A5A5A. Windows color (decimal): -12096462 or 3304519. OLE color: 3304519.

HSL color Cylindrical-coordinate representation of color #476C32: hue angle of 98.28º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #476C32 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 108 50 -
CMYK 0.34 0 0.54 0.58
HSL 98.28º 0.37% 0.31% -
HSV(B) 98.28º 0.54% 0.42% -
XYZ 8.54 12.3 4.94 -
YUV 90.33 105.24 114.22 -
System Red Green Blue C M Y K H S L
Decimal 71 108 50 0.34 0 0.54 0.58 98.28 0.37 0.31
Hex 47 6C 32 22 0 36 3A 62 25 1F
Octal 107 154 62 42 0 66 72 142 45 37
Binary 1000111 1101100 110010 100010 0 110110 111010 1100010 100101 11111

Color Harmonies of #476C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C32

Black with #476C32

Text Example


Text Example

White with #476C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,108,50); }

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

background-color css

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

 a { background-color: rgb(71,108,50); }

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

border-color css

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

 span { border-color: rgb(71,108,50); }

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