Html Css Color HEX #476139 Dell

📋 copy color: '#476139'

red 71 ◦ green 97 ◦ blue 57

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

Shades of Dell #476139

Tints of Dell #476139

RGB

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

 GREEN value IS 97 (38.28% from 255) = 43.11%

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 31.56%
G = 43.11%
B = 25.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#476139 (or 0x476139) is known color: Dell. HEX triplet: 47, 61 and 39. RGB value is (71,97,57). Sum of RGB (Red+Green+Blue) = 71+97+57=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #476139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476139 is #B89EC6. Grayscale: #545454. Windows color (decimal): -12099271 or 3760455. OLE color: 3760455.

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

Color convert

RGB 71 97 57 -
CMYK 0.27 0 0.41 0.62
HSL 99º 0.26% 0.3% -
HSV(B) 99º 0.41% 0.38% -
XYZ 7.61 10.18 5.44 -
YUV 84.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 71 97 57 0.27 0 0.41 0.62 99 0.26 0.3
Hex 47 61 39 1B 0 29 3E 63 1A 1E
Octal 107 141 71 33 0 51 76 143 32 36
Binary 1000111 1100001 111001 11011 0 101001 111110 1100011 11010 11110

Color Harmonies of #476139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476139

Black with #476139

Text Example


Text Example

White with #476139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476139; }

 p { color: rgb(71,97,57); }

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

background-color css

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

 a { background-color: rgb(71,97,57); }

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

border-color css

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

 span { border-color: rgb(71,97,57); }

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