Html Css Color HEX #476239 Dell

📋 copy color: '#476239'

red 71 ◦ green 98 ◦ blue 57

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

Shades of Dell #476239

Tints of Dell #476239

RGB

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

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

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

R = 31.42%
G = 43.36%
B = 25.22%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.62

RGB Variations

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

Color information

#476239 (or 0x476239) is known color: Dell. HEX triplet: 47, 62 and 39. RGB value is (71,98,57). Sum of RGB (Red+Green+Blue) = 71+98+57=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #476239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476239 is #B89DC6. Grayscale: #555555. Windows color (decimal): -12099015 or 3760711. OLE color: 3760711.

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

Color convert

RGB 71 98 57 -
CMYK 0.28 0 0.42 0.62
HSL 99.51º 0.26% 0.3% -
HSV(B) 99.51º 0.42% 0.38% -
XYZ 7.7 10.37 5.47 -
YUV 85.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 71 98 57 0.28 0 0.42 0.62 99.51 0.26 0.3
Hex 47 62 39 1C 0 2A 3E 64 1A 1E
Octal 107 142 71 34 0 52 76 144 32 36
Binary 1000111 1100010 111001 11100 0 101010 111110 1100100 11010 11110

Color Harmonies of #476239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476239

Black with #476239

Text Example


Text Example

White with #476239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476239; }

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

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

background-color css

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

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

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

border-color css

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

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

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