Html Css Color HEX #476834 Dell

📋 copy color: '#476834'

red 71 ◦ green 104 ◦ blue 52

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

Shades of Dell #476834

Tints of Dell #476834

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.81%

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

R = 31.28%
G = 45.81%
B = 22.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#476834 (or 0x476834) is known color: Dell. HEX triplet: 47, 68 and 34. RGB value is (71,104,52). Sum of RGB (Red+Green+Blue) = 71+104+52=227 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.28% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 104 - color contains mainly: green. Hex color #476834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476834 is #B897CB. Grayscale: #585858. Windows color (decimal): -12097484 or 3434567. OLE color: 3434567.

HSL color Cylindrical-coordinate representation of color #476834: hue angle of 98.08º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #476834 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 71 104 52 -
CMYK 0.32 0 0.50 0.59
HSL 98.08º 0.33% 0.31% -
HSV(B) 98.08º 0.5% 0.41% -
XYZ 8.17 11.49 5.04 -
YUV 88.21 107.57 115.73 -
System Red Green Blue C M Y K H S L
Decimal 71 104 52 0.32 0 0.50 0.59 98.08 0.33 0.31
Hex 47 68 34 20 0 32 3B 62 21 1F
Octal 107 150 64 40 0 62 73 142 41 37
Binary 1000111 1101000 110100 100000 0 110010 111011 1100010 100001 11111

Color Harmonies of #476834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476834

Black with #476834

Text Example


Text Example

White with #476834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476834; }

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

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

background-color css

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

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

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

border-color css

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

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

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