Html Css Color HEX #476932 Dell

📋 copy color: '#476932'

red 71 ◦ green 105 ◦ blue 50

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

Shades of Dell #476932

Tints of Dell #476932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.46%

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 31.42%
G = 46.46%
B = 22.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#476932 (or 0x476932) is known color: Dell. HEX triplet: 47, 69 and 32. RGB value is (71,105,50). Sum of RGB (Red+Green+Blue) = 71+105+50=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #476932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476932 is #B896CD. Grayscale: #585858. Windows color (decimal): -12097230 or 3303751. OLE color: 3303751.

HSL color Cylindrical-coordinate representation of color #476932: hue angle of 97.09º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476932 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 105 50 -
CMYK 0.32 0 0.52 0.59
HSL 97.09º 0.35% 0.3% -
HSV(B) 97.09º 0.52% 0.41% -
XYZ 8.23 11.67 4.84 -
YUV 88.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 71 105 50 0.32 0 0.52 0.59 97.09 0.35 0.3
Hex 47 69 32 20 0 34 3B 61 23 1E
Octal 107 151 62 40 0 64 73 141 43 36
Binary 1000111 1101001 110010 100000 0 110100 111011 1100001 100011 11110

Color Harmonies of #476932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476932

Black with #476932

Text Example


Text Example

White with #476932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476932; }

 p { color: rgb(71,105,50); }

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

background-color css

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

 a { background-color: rgb(71,105,50); }

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

border-color css

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

 span { border-color: rgb(71,105,50); }

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