Html Css Color HEX #476633 Dell

📋 copy color: '#476633'

red 71 ◦ green 102 ◦ blue 51

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

Shades of Dell #476633

Tints of Dell #476633

RGB

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

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

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

R = 31.7%
G = 45.54%
B = 22.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.5

 K value IS 0.6

RGB Variations

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

Color information

#476633 (or 0x476633) is known color: Dell. HEX triplet: 47, 66 and 33. RGB value is (71,102,51). Sum of RGB (Red+Green+Blue) = 71+102+51=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 51 (20.31% from 255 or 22.77% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #476633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476633 is #B899CC. Grayscale: #575757. Windows color (decimal): -12097997 or 3368519. OLE color: 3368519.

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

Color convert

RGB 71 102 51 -
CMYK 0.30 0 0.5 0.6
HSL 96.47º 0.33% 0.3% -
HSV(B) 96.47º 0.5% 0.4% -
XYZ 7.95 11.08 4.85 -
YUV 86.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 71 102 51 0.30 0 0.5 0.6 96.47 0.33 0.3
Hex 47 66 33 1E 0 32 3C 60 21 1E
Octal 107 146 63 36 0 62 74 140 41 36
Binary 1000111 1100110 110011 11110 0 110010 111100 1100000 100001 11110

Color Harmonies of #476633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #476633

Black with #476633

Text Example


Text Example

White with #476633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #476633; }

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

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

background-color css

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

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

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

border-color css

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

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

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