Html Css Color HEX #476033 Dell

📋 copy color: '#476033'

red 71 ◦ green 96 ◦ blue 51

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

Shades of Dell #476033

Tints of Dell #476033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.04%

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 32.57%
G = 44.04%
B = 23.39%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#476033 (or 0x476033) is known color: Dell. HEX triplet: 47, 60 and 33. RGB value is (71,96,51). Sum of RGB (Red+Green+Blue) = 71+96+51=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #476033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476033 is #B89FCC. Grayscale: #535353. Windows color (decimal): -12099533 or 3366983. OLE color: 3366983.

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

Color convert

RGB 71 96 51 -
CMYK 0.26 0 0.47 0.62
HSL 93.33º 0.31% 0.29% -
HSV(B) 93.33º 0.47% 0.38% -
XYZ 7.38 9.94 4.66 -
YUV 83.4 109.72 119.16 -
System Red Green Blue C M Y K H S L
Decimal 71 96 51 0.26 0 0.47 0.62 93.33 0.31 0.29
Hex 47 60 33 1A 0 2F 3E 5D 1F 1D
Octal 107 140 63 32 0 57 76 135 37 35
Binary 1000111 1100000 110011 11010 0 101111 111110 1011101 11111 11101

Color Harmonies of #476033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476033

Black with #476033

Text Example


Text Example

White with #476033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476033; }

 p { color: rgb(71,96,51); }

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

background-color css

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

 a { background-color: rgb(71,96,51); }

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

border-color css

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

 span { border-color: rgb(71,96,51); }

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