Html Css Color HEX #476334 Dell

📋 copy color: '#476334'

red 71 ◦ green 99 ◦ blue 52

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

Shades of Dell #476334

Tints of Dell #476334

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44.59%

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

R = 31.98%
G = 44.59%
B = 23.42%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#476334 (or 0x476334) is known color: Dell. HEX triplet: 47, 63 and 34. RGB value is (71,99,52). Sum of RGB (Red+Green+Blue) = 71+99+52=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 99 (39.06% from 255 or 44.59% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 99 - color contains mainly: green. Hex color #476334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476334 is #B89CCB. Grayscale: #555555. Windows color (decimal): -12098764 or 3433287. OLE color: 3433287.

HSL color Cylindrical-coordinate representation of color #476334: hue angle of 95.74º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #476334 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 71 99 52 -
CMYK 0.28 0 0.47 0.61
HSL 95.74º 0.31% 0.3% -
HSV(B) 95.74º 0.47% 0.39% -
XYZ 7.68 10.51 4.87 -
YUV 85.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 71 99 52 0.28 0 0.47 0.61 95.74 0.31 0.3
Hex 47 63 34 1C 0 2F 3D 60 1F 1E
Octal 107 143 64 34 0 57 75 140 37 36
Binary 1000111 1100011 110100 11100 0 101111 111101 1100000 11111 11110

Color Harmonies of #476334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476334

Black with #476334

Text Example


Text Example

White with #476334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476334; }

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

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

background-color css

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

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

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

border-color css

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

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

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