Html Css Color HEX #476C2C Dell

📋 copy color: '#476C2C'

red 71 ◦ green 108 ◦ blue 44

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

Shades of Dell #476C2C

Tints of Dell #476C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 19.73%

R = 31.84%
G = 48.43%
B = 19.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#476C2C (or 0x476C2C) is known color: Dell. HEX triplet: 47, 6C and 2C. RGB value is (71,108,44). Sum of RGB (Red+Green+Blue) = 71+108+44=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 108 - color contains mainly: green. Hex color #476C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476C2C is #B893D3. Grayscale: #595959. Windows color (decimal): -12096468 or 2911303. OLE color: 2911303.

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

Color convert

RGB 71 108 44 -
CMYK 0.34 0 0.59 0.58
HSL 94.69º 0.42% 0.3% -
HSV(B) 94.69º 0.59% 0.42% -
XYZ 8.42 12.25 4.3 -
YUV 89.64 102.24 114.7 -
System Red Green Blue C M Y K H S L
Decimal 71 108 44 0.34 0 0.59 0.58 94.69 0.42 0.3
Hex 47 6C 2C 22 0 3B 3A 5F 2A 1E
Octal 107 154 54 42 0 73 72 137 52 36
Binary 1000111 1101100 101100 100010 0 111011 111010 1011111 101010 11110

Color Harmonies of #476C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476C2C

Black with #476C2C

Text Example


Text Example

White with #476C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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