Html Css Color HEX #476039 Dell

📋 copy color: '#476039'

red 71 ◦ green 96 ◦ blue 57

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

Shades of Dell #476039

Tints of Dell #476039

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

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

R = 31.7%
G = 42.86%
B = 25.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.41

 K value IS 0.62

RGB Variations

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

Color information

#476039 (or 0x476039) is known color: Dell. HEX triplet: 47, 60 and 39. RGB value is (71,96,57). Sum of RGB (Red+Green+Blue) = 71+96+57=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #476039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476039 is #B89FC6. Grayscale: #545454. Windows color (decimal): -12099527 or 3760199. OLE color: 3760199.

HSL color Cylindrical-coordinate representation of color #476039: hue angle of 98.46º degrees, saturation: 0.25, 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 #476039 is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 96 57 -
CMYK 0.26 0 0.41 0.62
HSL 98.46º 0.25% 0.3% -
HSV(B) 98.46º 0.41% 0.38% -
XYZ 7.52 10 5.4 -
YUV 84.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 71 96 57 0.26 0 0.41 0.62 98.46 0.25 0.3
Hex 47 60 39 1A 0 29 3E 62 19 1E
Octal 107 140 71 32 0 51 76 142 31 36
Binary 1000111 1100000 111001 11010 0 101001 111110 1100010 11001 11110

Color Harmonies of #476039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476039

Black with #476039

Text Example


Text Example

White with #476039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476039; }

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

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

background-color css

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

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

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

border-color css

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

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

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