Html Css Color HEX #476731 Dell

📋 copy color: '#476731'

red 71 ◦ green 103 ◦ blue 49

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

Shades of Dell #476731

Tints of Dell #476731

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.19%

 BLUE value IS 49 (19.53% from 255) = 21.97%

R = 31.84%
G = 46.19%
B = 21.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.60

RGB Variations

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

Color information

#476731 (or 0x476731) is known color: Dell. HEX triplet: 47, 67 and 31. RGB value is (71,103,49). Sum of RGB (Red+Green+Blue) = 71+103+49=223 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.84% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 103 - color contains mainly: green. Hex color #476731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476731 is #B898CE. Grayscale: #575757. Windows color (decimal): -12097743 or 3237703. OLE color: 3237703.

HSL color Cylindrical-coordinate representation of color #476731: hue angle of 95.56º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476731 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.

Color convert

RGB 71 103 49 -
CMYK 0.31 0 0.52 0.60
HSL 95.56º 0.36% 0.3% -
HSV(B) 95.56º 0.52% 0.4% -
XYZ 8 11.26 4.66 -
YUV 87.28 106.4 116.39 -
System Red Green Blue C M Y K H S L
Decimal 71 103 49 0.31 0 0.52 0.60 95.56 0.36 0.3
Hex 47 67 31 1F 0 34 3C 60 24 1E
Octal 107 147 61 37 0 64 74 140 44 36
Binary 1000111 1100111 110001 11111 0 110100 111100 1100000 100100 11110

Color Harmonies of #476731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476731

Black with #476731

Text Example


Text Example

White with #476731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476731; }

 p { color: rgb(71,103,49); }

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

background-color css

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

 a { background-color: rgb(71,103,49); }

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

border-color css

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

 span { border-color: rgb(71,103,49); }

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