Html Css Color HEX #476134 Dell

📋 copy color: '#476134'

red 71 ◦ green 97 ◦ blue 52

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

Shades of Dell #476134

Tints of Dell #476134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 32.27%
G = 44.09%
B = 23.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#476134 (or 0x476134) is known color: Dell. HEX triplet: 47, 61 and 34. RGB value is (71,97,52). Sum of RGB (Red+Green+Blue) = 71+97+52=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #476134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476134 is #B89ECB. Grayscale: #545454. Windows color (decimal): -12099276 or 3432775. OLE color: 3432775.

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

Color convert

RGB 71 97 52 -
CMYK 0.27 0 0.46 0.62
HSL 94.67º 0.3% 0.29% -
HSV(B) 94.67º 0.46% 0.38% -
XYZ 7.49 10.14 4.81 -
YUV 84.1 109.89 118.66 -
System Red Green Blue C M Y K H S L
Decimal 71 97 52 0.27 0 0.46 0.62 94.67 0.3 0.29
Hex 47 61 34 1B 0 2E 3E 5F 1E 1D
Octal 107 141 64 33 0 56 76 137 36 35
Binary 1000111 1100001 110100 11011 0 101110 111110 1011111 11110 11101

Color Harmonies of #476134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476134

Black with #476134

Text Example


Text Example

White with #476134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476134; }

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

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

background-color css

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

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

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

border-color css

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

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

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