Html Css Color HEX #476634 Dell

📋 copy color: '#476634'

red 71 ◦ green 102 ◦ blue 52

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

Shades of Dell #476634

Tints of Dell #476634

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

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

R = 31.56%
G = 45.33%
B = 23.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#476634 (or 0x476634) is known color: Dell. HEX triplet: 47, 66 and 34. RGB value is (71,102,52). Sum of RGB (Red+Green+Blue) = 71+102+52=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #476634 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476634 is #B899CB. Grayscale: #575757. Windows color (decimal): -12097996 or 3434055. OLE color: 3434055.

HSL color Cylindrical-coordinate representation of color #476634: hue angle of 97.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #476634 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 71 102 52 -
CMYK 0.30 0 0.49 0.6
HSL 97.2º 0.32% 0.3% -
HSV(B) 97.2º 0.49% 0.4% -
XYZ 7.97 11.09 4.97 -
YUV 87.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 71 102 52 0.30 0 0.49 0.6 97.2 0.32 0.3
Hex 47 66 34 1E 0 31 3C 61 20 1E
Octal 107 146 64 36 0 61 74 141 40 36
Binary 1000111 1100110 110100 11110 0 110001 111100 1100001 100000 11110

Color Harmonies of #476634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476634

Black with #476634

Text Example


Text Example

White with #476634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476634; }

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

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

background-color css

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

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

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

border-color css

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

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

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